[Issue 14870] incorrect use of assert to detect environmental errors in core.time

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Sep 10 12:20:28 PDT 2015


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

--- Comment #2 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/3f9c4a6f3daa4e296e3404fe9714d1f03d73dc50
Fix issue 14870 - Add new "abort" internal module and function, which will
always print a
message to stderr, even in release mode. This can be used to replace
assert(0, msg) which does not print the message.

https://github.com/D-Programming-Language/druntime/commit/c68373a215050fea77820c73a2d2a18f3b93c36b
Merge pull request #1337 from schveiguy/addabort

Fix Issue 14870 Add new "abort" internal module and function

--


More information about the Digitalmars-d-bugs mailing list