http://d.puremagic.com/issues/show_bug.cgi?id=3796


Andrej Mitrovic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #6 from Andrej Mitrovic <[email protected]> 2013-02-08 
11:25:51 PST ---
(In reply to comment #2)
> The problem could be fixed by having .stringof demangle the deco, rather than
> pretty-printing the type it came from. Unfortunately, there isn't a demangler
> in the compiler at the moment.

This is the code used right now:

/* Bugzilla 3796: this should demangle e->type->deco rather than
* pretty-printing the type.
*/
char *s = e->toChars();

But why not call e->type->toChars()? This would partially fix Issue 9460.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to