On Tuesday, 3 May 2016 at 10:48:51 UTC, Nordlöw wrote:
This is a big problem for me because, in my application, I've realized unittests as functions called from within static shared module constructors to elide the problem of unittests being enabled recursively, which slows down iterative compilation time enormously.
Doh, correction. I hade made the wrong assumption about separate compilation of unittests. It *only* instantiates unittests in the module I compile and *not* in the unittests contained in the imported modules.
Sorry for disturbance, Per