[Issue 13543] std.file.FileException has useless __FILE__ and __LINE__ arguments tacked on

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 27 18:47:31 PDT 2014


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

Ketmar Dark <ketmar at ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar at ketmar.no-ip.org

--- Comment #13 from Ketmar Dark <ketmar at ketmar.no-ip.org> ---
that's why i HATE "release builds". if "release build" crashes, it's a whole
lot of hell to extract any useful info from the crash to fill bugreport.

the whole thing with "release builds" should die. program must not crash.
period. but IF it crashed, it must spit out ALOT of info, line numbers,
backtraces, various internal states, and so on. so developer will NEVER need to
ask to "run thing debug build please, and try to reproduce the bug, 'cause i
can't see where that message comes from and why." it's a PITA to ask users to
do something like that.

--


More information about the Digitalmars-d-bugs mailing list