On Wednesday, 21 November 2018 at 11:58:25 UTC, Vladimir
Panteleev wrote:
On Wednesday, 21 November 2018 at 11:35:02 UTC, Atila Neves
wrote:
[...]
Looking forward to it!
[...]
That particular problem is in large part due to that the
-unittest switch is not namespaced. I ran into the same issue
with -allinst - with std.path, it breaks only if -unittest is
also specified. I don't want to compile std.path unit tests,
just my own!
Have we tried disabling -unittest for modules that aren't on
the compiler's command line yet (or, in case of -i, not
excluded)?
I'm not sure what the real issue is here or what the solution
would be. There was a PR to fix it that was closed without
merging.