D and Meson
Atila Neves via Digitalmars-d
digitalmars-d at puremagic.com
Wed Jun 14 09:16:34 PDT 2017
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
More information about the Digitalmars-d
mailing list