September 29, 2014
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
https://issues.dlang.org/show_bug.cgi?id=13543

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--
December 01
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

--
1 2 3
Next ›   Last »