[dmd-internals] [D-Programming-Language/dmd] 56017e: fix Issue 12809 - More strict nothrow check for tr...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue May 27 23:55:52 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 56017e5ae2c56f5bba2eeb6d5992a3b7a3920a50
https://github.com/D-Programming-Language/dmd/commit/56017e5ae2c56f5bba2eeb6d5992a3b7a3920a50
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M src/statement.c
A test/fail_compilation/fail12809.d
A test/fail_compilation/warn12809.d
Log Message:
-----------
fix Issue 12809 - More strict nothrow check for try-finally statement
Commit: aad35c3af1132b59b906171a155f0e21da24c59b
https://github.com/D-Programming-Language/dmd/commit/aad35c3af1132b59b906171a155f0e21da24c59b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M src/statement.c
A test/fail_compilation/fail11542.d
Log Message:
-----------
fix Issue 11542 - scope(failure) messes up nothrow checking
Commit: e7409c10e41bde0b58e34dd37417eaa21e4fca86
https://github.com/D-Programming-Language/dmd/commit/e7409c10e41bde0b58e34dd37417eaa21e4fca86
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
A test/fail_compilation/fail4082.d
R test/fail_compilation/fail4082a.d
R test/fail_compilation/fail4082b.d
Log Message:
-----------
improve test case for 4082
Commit: b72ed88d2394188ea2c08cfbe5b3d2fe8e88c3ef
https://github.com/D-Programming-Language/dmd/commit/b72ed88d2394188ea2c08cfbe5b3d2fe8e88c3ef
Author: Walter Bright <walter at walterbright.com>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M src/statement.c
A test/fail_compilation/fail11542.d
A test/fail_compilation/fail12809.d
A test/fail_compilation/fail4082.d
R test/fail_compilation/fail4082a.d
R test/fail_compilation/fail4082b.d
A test/fail_compilation/warn12809.d
Log Message:
-----------
Merge pull request #3592 from 9rnsr/fix11542
Issue 11542 & 12809 - Improve blockExit calculation on try-catch-finally statement
Compare: https://github.com/D-Programming-Language/dmd/compare/dc0cd23ac22b...b72ed88d2394
More information about the dmd-internals
mailing list