dawg

Results 218 comments of dawg

I pinned the seeds but it still sometimes fails, might also be related with server rendering. https://ci.dawg.eu/job/projects/REPO=BlackEdder%2Fggplotd/ https://ci.dawg.eu/job/projects/REPO=BlackEdder%2Fggplotd/653/console Will try to debug it I can find time, but as said...

> What needs to be updated in the dub config? I think you just need to change the import path to `..`. Any maybe update list of source files if...

dmd spends most of it's time in `accumaecpx` which is know to be quadratic, maybe it is easy to workaround by splitting a few functions. [Issue 7157 – Optimiser is...

Yes, compile with `-v` and see where dmd hangs. ``` sh DFLAGS='-O -release -inline -v' dub build ``` `botan.block.serp_simd.serpent_encrypt_4` `botan.block.serp_simd.serpent_decrypt_4`

https://github.com/D-Programming-Language/druntime/blob/master/src/core/sys/freebsd/sys/event.d I was sure someone added the corresponding osx header, but apparently it's still missing.

Ah mixed that up with epoll on linux. https://github.com/D-Programming-Language/druntime/pull/301 Could you do me the favor and make a pull for core.sys.osx.sys.event?

It kind of worked out, we don't need detailed changes info in dub right now, only a notification that something changed. Later we might optimize for change infos to speedup...

Yes, a requirement for certain deployments.

FYI @ikod in case this affects [ikod/dlang-requests](https://github.com/ikod/dlang-requests).

IMO, simple D out-of-the box examples are enough of an argument to keep std.net.curl. But it's indeed very difficult to use for anything non-trivial, and the async APIs should better...