On 2017-06-14 06:50, Timothee Cour via Digitalmars-d wrote:
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?

Technically, for templates, the fully qualified name include all the template arguments. In many (some) cases this will be way too long to print.

--
/Jacob Carlborg

Reply via email to