[dmd-internals] [D-Programming-Language/dmd] 783244: fix Issue 11627 - [CTFE] cannot cast dchar to char...
GitHub
noreply at github.com
Sat Nov 30 13:21:00 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 7832449ce04d430d851977e1cac2e5b9cd4e4ee5
https://github.com/D-Programming-Language/dmd/commit/7832449ce04d430d851977e1cac2e5b9cd4e4ee5
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-30 (Sat, 30 Nov 2013)
Changed paths:
M src/expression.c
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
fix Issue 11627 - [CTFE] cannot cast dchar to char at compile time on AA assignment
Commit: f320b0f46448961231f84e8ec0f40f0b35384862
https://github.com/D-Programming-Language/dmd/commit/f320b0f46448961231f84e8ec0f40f0b35384862
Author: Martin Nowak <code at dawg.eu>
Date: 2013-11-30 (Sat, 30 Nov 2013)
Changed paths:
M src/expression.c
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #2892 from 9rnsr/fix11627
Issue 11627 - [CTFE] cannot cast dchar to char at compile time on AA assignment
Compare: https://github.com/D-Programming-Language/dmd/compare/4d994d640f32...f320b0f46448
More information about the dmd-internals
mailing list