Dragos Carp

Results 17 comments of Dragos Carp

Thanks! This is great work! 1. When deciding the directory structure I always think about the `static import` names. Ex: `asynchronous.libasync.events.LibasyncEventLoop` your suggestions would be: a) `asynchronous.events.libasync.LibasyncEventLoop` b) `asynchronous.internal.events.libasync.LibasyncEventLoop` c)...

The issue seems to be introduced in dmd v2.104.0. Could you try it with v2.103.1?

I dug a little bit deeper and it seems like this commit introduced the regression: https://github.com/dlang/phobos/commit/128f75181c00a805cce29ccbd2b8927105b5eb88

Reported regression: https://issues.dlang.org/show_bug.cgi?id=24202

> The problem with such a thing is that now running CMake depends on every source file which will only make your build that much slower. I've never seen a...

> The problem with build-it-all-at-once builds is that incremental builds are slower (since changing one line forces building all files again). I suppose D doesn't have it quite as good...

Looks similar to this https://github.com/dcarp/protobuf-d/issues/43#issuecomment-1767278229 Could you try it with v2.103.1?