Probably trivial, but VERY frustrating compiler bug

FeepingCreature feepingcreature at gmail.com
Fri Aug 14 08:57:37 UTC 2020


On Thursday, 13 August 2020 at 23:14:41 UTC, H. S. Teoh wrote:
> std/format.d:4802	version (linux) formatTest( &func, "void 
> delegate() @system" );
>
> The second is the one giving me trouble, and already somebody 
> has put in a `version(linux)` hack, presumably it fails in one 
> of the non-linux machines in the auto-tester.
>
> I'm *very* tempted to change that line to "version(none)" right 
> now...
>
>
> T

Just delete it, imo. Let git history serve if people want to look 
at it. version(none) tests nothing and documents nothing other 
than "A test was once here."


More information about the Digitalmars-d mailing list