On Wednesday, 14 June 2017 at 15:25:55 UTC, Russel Winder wrote:
Using Meson for D projects is so wonderful. If SCons is to
catch up a lot of work is needed, and I am increasingly
worrying it isn't worth it. So much so that I am wondering if
adding Dub package getting support to Meson should be a higher
priority that finishing adding it to SCons. Of course this is
only worth doing if Meson gets "all source at once" builds or
all D compilers spontaneously fix all versions so that
unit-threaded can work with "file at a time" builds.
I'm working on that frontend bug.
In any case, it should be per package, per file is slower.
Although I'm also thinking about a tool that only runs one file's
unit tests with the minimal amount of building necessary.
Atila