Am Wed, 30 Apr 2014 22:19:24 +0200
schrieb Jacob Carlborg <[email protected]>:

> __traits(getUnitTests) 

I've always wondered, but never asked: Doesn't __traits(getUnitTests)
usage suffer from the same problem std.benchmark had?

That in order to make it work for all modules you
a) have to explicitly mention every module
b) use module constructors, leading to module constructor dependency
   hell (afaik the main reason we don't have a std.benchmark now)
?

Reply via email to