[D-runtime] [D-Programming-Language/druntime] bc849e: Fix Issue 10420.
GitHub
noreply at github.com
Fri Jun 21 02:54:37 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: bc849e38ff1e6e6341c0e2b0250a1659dae929a3
https://github.com/D-Programming-Language/druntime/commit/bc849e38ff1e6e6341c0e2b0250a1659dae929a3
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2013-06-20 (Thu, 20 Jun 2013)
Changed paths:
M src/core/exception.d
Log Message:
-----------
Fix Issue 10420.
Mark `core.exception` functions with `pure`, `nothrow`, and friends.
Require user-supplied assert hander to be `nothrow`.
Issue URL: http://d.puremagic.com/issues/show_bug.cgi?id=10420
Commit: d5fda766c248b5b3671b1b498c0a7dba8bee7442
https://github.com/D-Programming-Language/druntime/commit/d5fda766c248b5b3671b1b498c0a7dba8bee7442
Author: Denis Shelomovskij <verylonglogin.reg at gmail.com>
Date: 2013-06-21 (Fri, 21 Jun 2013)
Changed paths:
M src/core/exception.d
Log Message:
-----------
Make assert handler in line with the other ones.
Commit: f4a823756f7e5e1069ea2117b64fffa9cd75c149
https://github.com/D-Programming-Language/druntime/commit/f4a823756f7e5e1069ea2117b64fffa9cd75c149
Author: Alex Rønne Petersen <alex at alexrp.com>
Date: 2013-06-21 (Fri, 21 Jun 2013)
Changed paths:
M src/core/exception.d
Log Message:
-----------
Merge pull request #527 from denis-sh/add-`core.exception`-functions-attributes
Fix Issue 10420 - Incorrect function attributes in `core.exception`
Compare: https://github.com/D-Programming-Language/druntime/compare/e32687e7d622...f4a823756f7e
More information about the D-runtime
mailing list