September 29, 2014 [Issue 13543] std.file.FileException has useless __FILE__ and __LINE__ arguments tacked on | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13543 --- Comment #20 from Stewart Gordon <smjg@iname.com> --- (In reply to Walter Bright from comment #9) > Again, Exceptions are NOT A DEBUGGING TOOL and should NOT BE THROWN WHEN BUGS ARE DETECTED. Use asserts for that. Asserts are designed for that, and are pretty good at it. I don't think anybody here is trying to use exceptions as a debugging tool. A bug might naturally manifest itself in the form of an exception being thrown. And when this happens, naturally the programmer will want to know what has triggered it. Of course, this is what the stack trace is for. -- |
December 17, 2022 [Issue 13543] std.file.FileException has useless __FILE__ and __LINE__ arguments tacked on | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13543 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 13543] std.file.FileException has useless __FILE__ and __LINE__ arguments tacked on | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=13543 --- Comment #21 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/10088 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation