[dmd-internals] [D-Programming-Language/dmd] 459127: fix Issue 4510 - [tdpl] ref with a wrong type spec...
GitHub
noreply at github.com
Sat Jun 2 15:20:01 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4591279a8c2630d03fc5a18cd326ce19ecc4dd93
https://github.com/D-Programming-Language/dmd/commit/4591279a8c2630d03fc5a18cd326ce19ecc4dd93
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M src/statement.c
A test/fail_compilation/fail4510.d
Log Message:
-----------
fix Issue 4510 - [tdpl] ref with a wrong type specifier is accepted
Commit: 71fcb1b65f57ed842a7ff94d323420d7da9cfbc8
https://github.com/D-Programming-Language/dmd/commit/71fcb1b65f57ed842a7ff94d323420d7da9cfbc8
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M src/statement.c
A test/fail_compilation/fail3290.d
Log Message:
-----------
fix Issue 3290 - accepts-invalid: non-const by-ref foreach over a const array is accepted
Commit: e51d8953eac1665831ef598de95684f29c964208
https://github.com/D-Programming-Language/dmd/commit/e51d8953eac1665831ef598de95684f29c964208
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-06-01 (Fri, 01 Jun 2012)
Changed paths:
M src/statement.c
A test/fail_compilation/fail5435.d
Log Message:
-----------
fix Issue 5435 - Static foreach over tuple ignores type annotation
Commit: 62d6363c59362025b0c809ee865dd52d78cbf33c
https://github.com/D-Programming-Language/dmd/commit/62d6363c59362025b0c809ee865dd52d78cbf33c
Author: Walter Bright <walter at walterbright.com>
Date: 2012-06-02 (Sat, 02 Jun 2012)
Changed paths:
M src/statement.c
A test/fail_compilation/fail3290.d
A test/fail_compilation/fail4510.d
A test/fail_compilation/fail5435.d
Log Message:
-----------
Merge pull request #977 from 9rnsr/fix_foreach_arg
Issue 3290,4510,5435 - Add strict type check for foreach argument
Compare: https://github.com/D-Programming-Language/dmd/compare/b3905b7...62d6363
More information about the dmd-internals
mailing list