[dmd-internals] [D-Programming-Language/dmd] 1cf3f3: fix Issue 3903 - Traits compiles as true for an ar...
GitHub
noreply at github.com
Sat Dec 14 05:07:23 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1cf3f37da10b8e126f082c3b2085980335854afd
https://github.com/D-Programming-Language/dmd/commit/1cf3f37da10b8e126f082c3b2085980335854afd
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-14 (Sat, 14 Dec 2013)
Changed paths:
M src/arrayop.c
M src/expression.c
M test/fail_compilation/fail266.d
M test/fail_compilation/fail323.d
A test/fail_compilation/fail3903.d
M test/fail_compilation/ice2603.d
Log Message:
-----------
fix Issue 3903 - Traits compiles as true for an array sum with wrong syntax
Check invalid binary operations of arrays in front-end.
Commit: d0ac0a8c34c3cc6545f43af63a46d6d0882b7d0f
https://github.com/D-Programming-Language/dmd/commit/d0ac0a8c34c3cc6545f43af63a46d6d0882b7d0f
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-12-14 (Sat, 14 Dec 2013)
Changed paths:
M src/e2ir.c
Log Message:
-----------
Remove "Array operation ... not implemented" errors from glue layer
Commit: 26fe9e0b93dbeafc3239cd0bf3bf1692e8b21da2
https://github.com/D-Programming-Language/dmd/commit/26fe9e0b93dbeafc3239cd0bf3bf1692e8b21da2
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-12-14 (Sat, 14 Dec 2013)
Changed paths:
M src/arrayop.c
M src/e2ir.c
M src/expression.c
M test/fail_compilation/fail266.d
M test/fail_compilation/fail323.d
A test/fail_compilation/fail3903.d
M test/fail_compilation/ice2603.d
Log Message:
-----------
Merge pull request #2960 from 9rnsr/fix3903
Issue 3903 - Traits compiles as true for an array sum with wrong syntax
Compare: https://github.com/D-Programming-Language/dmd/compare/a136f4c98c03...26fe9e0b93db
More information about the dmd-internals
mailing list