https://issues.dlang.org/show_bug.cgi?id=13543
Martin Nowak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from Martin Nowak <[email protected]> --- The file and line information is an inherent part of our Throwable class, so of course everyone is forwarding __FILE__ and __LINE__ [1]. We could replace the location info by teaching stack traces how to read debug info, see bug 11870. [1]: https://github.com/D-Programming-Language/druntime/blob/36736e430b0c5299cf2ab9875be3b36236185f3b/src/object.di#L321 --
