[dmd-internals] [D-Programming-Language/dmd] 748f35: fix issue 4082 - Finally-block hides thrown except...
GitHub
noreply at github.com
Mon Oct 22 00:46:46 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 748f3509827d6e0e1c1efabddc23de24aa3873e9
https://github.com/D-Programming-Language/dmd/commit/748f3509827d6e0e1c1efabddc23de24aa3873e9
Author: Marco Leise <marco.leise at gmx.de>
Date: 2012-10-07 (Sun, 07 Oct 2012)
Changed paths:
M src/func.c
M src/statement.c
A test/fail_compilation/fail4082a.d
A test/fail_compilation/fail4082b.d
Log Message:
-----------
fix issue 4082 - Finally-block hides thrown exceptions from nothrow attribute
Commit: 55623e8a24184b8af1aa85e576850d698a7f3e93
https://github.com/D-Programming-Language/dmd/commit/55623e8a24184b8af1aa85e576850d698a7f3e93
Author: Walter Bright <walter at walterbright.com>
Date: 2012-10-22 (Mon, 22 Oct 2012)
Changed paths:
M src/func.c
M src/statement.c
A test/fail_compilation/fail4082a.d
A test/fail_compilation/fail4082b.d
Log Message:
-----------
Merge pull request #1086 from mleise/master
fix for #4082
Compare: https://github.com/D-Programming-Language/dmd/compare/0085d3243c50...55623e8a2418
More information about the dmd-internals
mailing list