[dmd-internals] [D-Programming-Language/dmd] 3f5912: fix Issue 9150 - Mismatching static array length s...
GitHub
noreply at github.com
Thu Dec 13 08:43:17 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 3f5912d00ab1a81c5c47140026a5dd483840f825
https://github.com/D-Programming-Language/dmd/commit/3f5912d00ab1a81c5c47140026a5dd483840f825
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-13 (Thu, 13 Dec 2012)
Changed paths:
M src/expression.c
M test/fail_compilation/fail3703.d
A test/fail_compilation/test9150.d
Log Message:
-----------
fix Issue 9150 - Mismatching static array length should be detected in foreach
Commit: 71460c1b20c41c1fc7282fb8832acf43d5a2976c
https://github.com/D-Programming-Language/dmd/commit/71460c1b20c41c1fc7282fb8832acf43d5a2976c
Author: Don Clugston <dclugston at googlemail.com>
Date: 2012-12-13 (Thu, 13 Dec 2012)
Changed paths:
M src/expression.c
M test/fail_compilation/fail3703.d
A test/fail_compilation/test9150.d
Log Message:
-----------
Merge pull request #1373 from 9rnsr/fix9150
Issue 9150 - Mismatching static array length should be detected in foreach
Compare: https://github.com/D-Programming-Language/dmd/compare/ba962f2cfb52...71460c1b20c4
More information about the dmd-internals
mailing list