D Compiler Bug?

Bottled Gin Gin at Bottle.corked
Wed Jan 30 12:06:40 UTC 2019


> I suggest to open the issue in bugzilla as well. This post will 
> soon disappear from the first page.

Reducing a similar case in dustmite. Hopefully, I will have the 
reduced test by tomorrow or day after. Will file a bug after that.

BTW, looks like it has something to do with selective import in 
foo.d:

import corge: corge;

I can confirm that the bug disappears (even in my 40000 line 
project) if I replace it with:

import corge;

Not that I do not use selective imports elsewhere. But a 
combination of this selective import with some other factors 
seems to cause the bug.

Any clues?


More information about the Digitalmars-d mailing list