On Thursday, 28 January 2021 at 20:03:34 UTC, H. S. Teoh wrote:
[...]
5 unittests passed
Which version of dmd is this?
$ dmd --version
DMD64 D Compiler v2.093.1
Copyright (C) 1999-2020 by The D Language Foundation, All Rights
Reserved written by Walter Bright
In the latest releases, this inaccurate message has been
replaced with:
5 modules passed unittests
The count displayed is not the number of unittests, but the
number of *modules* that passed unittests. I've no idea why
the original message was worded in such a misleading way, but
it should have been fixed by now.
DMD Versions > v2.094.1 expose a library issue here on my machine
such that
I can only run the 32-Bit version of the compiler (which
nonetheless
produces working 64-Bit-Code).