July 16, 2014 [dmd-internals] [D-Programming-Language/dmd] 9a87af: fix Issue 13141 - array cast from string[] to immu... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation