[dmd-internals] [D-Programming-Language/dmd] da8e2a: fix Issue 8201 - Conversion from dynamic array to ...
GitHub
noreply at github.com
Fri Sep 14 06:22:07 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: da8e2a038105ad0149a8f66fbcfe31079ce3a534
https://github.com/D-Programming-Language/dmd/commit/da8e2a038105ad0149a8f66fbcfe31079ce3a534
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-09-09 (Sun, 09 Sep 2012)
Changed paths:
M src/expression.c
M test/runnable/testconst.d
Log Message:
-----------
fix Issue 8201 - Conversion from dynamic array to static array fails when static array is immutable
Commit: ff32f4256e2863f63628f54f43187a8c83c4f8de
https://github.com/D-Programming-Language/dmd/commit/ff32f4256e2863f63628f54f43187a8c83c4f8de
Author: Don Clugston <dclugston at googlemail.com>
Date: 2012-09-14 (Fri, 14 Sep 2012)
Changed paths:
M src/expression.c
M test/runnable/testconst.d
Log Message:
-----------
Merge pull request #1109 from 9rnsr/fix8201
Issue 8201 - Conversion from dynamic array to static array fails when static array is immutable
Compare: https://github.com/D-Programming-Language/dmd/compare/165667223d4c...ff32f4256e28
More information about the dmd-internals
mailing list