o3o

Results 10 issues of o3o

I want to compile my vibe.d project, but reggae generates some strange errors. So I tried to compile a vibe example: ``` $ git clone [email protected]:vibe-d/vibe.d.git $ cd vibe.d/examples/app_skeleton $...

I had version 2.2.1, upgraded to 2.3.1 and the compiler complains: ``` Error: no property `empty` for type `Response`, perhaps `import std.range;` is needed? ``` In my code the problem...

``` [dao@abe dinodave]$ dub build --build=ddox Performing "ddox" build using dmd for x86_64. dinodave 0.2.0+commit.34.g5a63c47: building configuration "library"... Performing "debug" build using dmd for x86_64. hyphenate 1.1.1: target for configuration...

``` $ make src/getopt.h:64:10: fatal error: crtdefs.h: No such file or directory 64 | #include | ^~~~~~~~~~~ ``` My environment: ``` $ uname --all Linux abe 5.7.5-arch1-1 #1 SMP PREEMPT...

I try: ``` unittest { Connection conn = Connection(CONN_STRING); auto res = conn.exec("SELECT 1::bigint;"); Row row = res[0]; Value v = row[0]; assert(v.as!long == 1L); } ``` and: ``` $...

``` dub/packages/toml-1.0.0-rc.3/toml/src/toml/toml.d(149,10): Deprecation: returning `this.store.offsetDatetime` escapes a reference to parameter `this` .... ``` my dub.sdl ``` dependency "toml" version="~>1.0.0-rc.3" ``` Maybe it has already been fixed. Can you please release...

``` > dub build -q src/msgpack/unpacker.d(18,26): Deprecation: using `in` parameters with `extern(C)` functions is deprecated src/msgpack/unpacker.d(18,26): parameter `__anonymous_param` declared as `in` here ``` ``` > dmd --version DMD64 D Compiler...

``` > cd handy-httpd > git describe --tags v8.4.0 > dub build Performing "debug" build using /usr/bin/ldc2 for arm, arm_hardfloat. handy-httpd 8.4.0: building configuration "library"... '-sse4.2' is not a recognized...

bug

I use your [modbus](https://github.com/deviator/modbus) lib in my project, but when I test it: ``` > dub test -q master ⬆ ◼ ../../../.dub/packages/serialport-2.2.3/serialport/source/serialport/util.d(59,6): Error: typesafe variadic function parameter `list` of type...