On Monday, 19 December 2016 at 18:29:13 UTC, Andrei Alexandrescu
wrote:
On 12/19/16 12:25 PM, Atila Neves wrote:
On Monday, 19 December 2016 at 17:11:38 UTC, Adam D. Ruppe
wrote:
[...]
I'd forgotten about separate compilation. The issue there is
the
algorithm for naming unittest blocks gives different results
depending
on how the code is compiled, so __traits(getUnitTests)
unfortunately
currently only works with "compile all the things!". I'd
forgotten I
wanted to change the compiler code responsible for the naming.
Interesting, could you please add a detailed issue to bugzilla?
Thanks! -- Andrei
https://issues.dlang.org/show_bug.cgi?id=16995
Atila