[dmd-internals] [D-Programming-Language/dmd] 9bf5fb: fix Issue 13840 - nothrow attribute affects inside...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Dec 31 08:39:02 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 9bf5fb4d7c86085aa6b02e678f97f3dc85a99b40
https://github.com/D-Programming-Language/dmd/commit/9bf5fb4d7c86085aa6b02e678f97f3dc85a99b40
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-12-31 (Wed, 31 Dec 2014)
Changed paths:
M src/statement.c
M test/compilable/testInference.d
Log Message:
-----------
fix Issue 13840 - nothrow attribute affects inside of try-catch block when using foreach with opApply
Commit: 60bdb8c6991fafe0d6178e7153e249cc3b934809
https://github.com/D-Programming-Language/dmd/commit/60bdb8c6991fafe0d6178e7153e249cc3b934809
Author: Andrej Mitrović <andrej.mitrovich at gmail.com>
Date: 2014-12-31 (Wed, 31 Dec 2014)
Changed paths:
M src/statement.c
M test/compilable/testInference.d
Log Message:
-----------
Merge pull request #4220 from 9rnsr/fix13840
[REG2.067a] Issue 13840 - nothrow attribute affects inside of try-catch block when using foreach with opApply
Compare: https://github.com/D-Programming-Language/dmd/compare/54e6cbd6b98a...60bdb8c6991f
More information about the dmd-internals
mailing list