[dmd-internals] [D-Programming-Language/dmd] 9a87af: fix Issue 13141 - array cast from string[] to immu...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Jul 16 22:49:26 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 9a87af3bed502c19829318011fc6eabd04dc4c66
https://github.com/D-Programming-Language/dmd/commit/9a87af3bed502c19829318011fc6eabd04dc4c66
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
Changed paths:
M src/cast.c
M test/compilable/interpret3.d
Log Message:
-----------
fix Issue 13141 - array cast from string[] to immutable(char[][]) is not supported at compile time
Commit: 11d22624518ce619a04be84a4c5978444bdbbc1c
https://github.com/D-Programming-Language/dmd/commit/11d22624518ce619a04be84a4c5978444bdbbc1c
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M src/cast.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #3780 from 9rnsr/fix13141
[REG2.066a] Issue 13141 - array cast from string[] to immutable(char[][]) is not supported at compile time
Compare: https://github.com/D-Programming-Language/dmd/compare/1b128e85fe8f...11d22624518c
More information about the dmd-internals
mailing list