[Issue 14885] ideas for prettier and more useful backtraces
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Oct 4 00:35:08 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=14885
--- Comment #9 from Martin Nowak <code at dawg.eu> ---
One idea would be to use an abbreviation scheme for template parameters,
similar to how we want to abbreviate the mangling.
https://issues.dlang.org/show_bug.cgi?id=15831#c13
Another pragmatic approach is to just show the FQN, but no template parameters.
Might lack some important information, but with the upper stacktrace parts
leading to the template, things should be clear most of the time.
--
More information about the Digitalmars-d-bugs
mailing list