[D-runtime] [D-Programming-Language/druntime] cd1252: Making Throwable and derived classes constructors ...
GitHub
noreply at github.com
Sat Sep 22 23:43:32 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: cd1252036b41533ba5b132c99471e84d468d1f0b
https://github.com/D-Programming-Language/druntime/commit/cd1252036b41533ba5b132c99471e84d468d1f0b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths:
M src/object.di
M src/object_.d
Log Message:
-----------
Making Throwable and derived classes constructors @safe/pure/nothrow.
This is supplemental change for fixing issue 8150.
Constructing throwable object can be @sage, pure, and nothrow.
Commit: c99ed330f847b42cac1a9f31748bdb87f1537be7
https://github.com/D-Programming-Language/druntime/commit/c99ed330f847b42cac1a9f31748bdb87f1537be7
Author: Brad Roberts <braddr at puremagic.com>
Date: 2012-09-22 (Sat, 22 Sep 2012)
Changed paths:
M src/object.di
M src/object_.d
Log Message:
-----------
Merge pull request #309 from 9rnsr/fix8150
Making Throwable and derived classes constructors @safe/pure/nothrow.
Compare: https://github.com/D-Programming-Language/druntime/compare/31aa378c32b4...c99ed330f847
More information about the D-runtime
mailing list