On 07/04/10 22:19, bearophile wrote:
Those mangled ids are ugly. It's much better to show programmers more readable 
names in error messages. This can even become a bug report.

These errors are being given by the linker, and the linker doesn't know how to demangle D symbols, so it doesn't. If you make a bug it should go to the linker's bugzilla as an enhancement request... In the mean time there's several scripts out there that will demangle an input from stdin, so you can pipe the output from the linker to it and get them automatically demangled :)


Bye,
bearophile

Reply via email to