[dmd-internals] [D-Programming-Language/dmd] 6138de: fix Issue 9279 - Static array return value implici...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat Jun 6 22:21:37 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 6138de4b39a17cf05ea9f345be27f3f5b20dcb9b
https://github.com/D-Programming-Language/dmd/commit/6138de4b39a17cf05ea9f345be27f3f5b20dcb9b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-06-07 (Sun, 07 Jun 2015)
Changed paths:
M src/escape.c
M src/magicport.json
M test/fail_compilation/fail1313a.d
M test/fail_compilation/fail1313b.d
M test/fail_compilation/fail13902.d
M test/fail_compilation/fail140.d
A test/fail_compilation/fail9279.d
M test/runnable/test34.d
Log Message:
-----------
fix Issue 9279 - Static array return value implicitly converted to immutable dynamic array
Commit: 6d3fc41b2ed1330bc270ebe67bdf4bf0b92973dc
https://github.com/D-Programming-Language/dmd/commit/6d3fc41b2ed1330bc270ebe67bdf4bf0b92973dc
Author: Walter Bright <walter at walterbright.com>
Date: 2015-06-06 (Sat, 06 Jun 2015)
Changed paths:
M src/escape.c
M src/magicport.json
M test/fail_compilation/fail1313a.d
M test/fail_compilation/fail1313b.d
M test/fail_compilation/fail13902.d
M test/fail_compilation/fail140.d
A test/fail_compilation/fail9279.d
M test/runnable/test34.d
Log Message:
-----------
Merge pull request #4687 from 9rnsr/fix9279
[REG2.055/2.063] Issue 9279 - Static array return value implicitly converted to immutable dynamic array
Compare: https://github.com/D-Programming-Language/dmd/compare/f79d8609dfc5...6d3fc41b2ed1
More information about the dmd-internals
mailing list