dmd: why not use fully qualified names for types in error messages?

Timothee Cour via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 13 21:50:29 PDT 2017


eg:
Error: no property 'IF_gray' for type 'ImageFormat'
=>
Error: no property 'IF_gray' for type 'foo.bar.ImageFormat'

and also, why not show where the symbol is defined?

would PR's for that be accepted? is that hard to implement?


More information about the Digitalmars-d mailing list