https://issues.dlang.org/show_bug.cgi?id=14885

Adam D. Ruppe <[email protected]> changed:

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

--- Comment #4 from Adam D. Ruppe <[email protected]> ---
I agree, that would be nice. I also think the name of the function is actually
mostly just noise; they are too long to read in most cases.

I'd kinda prefer it just give the last part of the name without the arguments
(so just plain `to` instead of `pure @safe int
std.conv.to!(int).to!(immutable(char)[]).to(immutable(char)[])`... maybe with
template args, but they get ridiculously long too, but just the name followed
by a way to get more info.

An external tool (which we could provide) could then get more info as requested
from the backtrace line, like the full function name. (Even with line numbers,
listing the address is probably useful for more info...)

--

Reply via email to