[dmd-internals] [D-Programming-Language/dmd] f66f1e: fix issue 10687 - Refused cast from uint[] to arra...
GitHub
noreply at github.com
Tue Sep 3 16:21:09 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: f66f1efa8dcf76e013de31d50238ca8195850470
https://github.com/D-Programming-Language/dmd/commit/f66f1efa8dcf76e013de31d50238ca8195850470
Author: Henning Pohl <henning at still-hidden.de>
Date: 2013-09-02 (Mon, 02 Sep 2013)
Changed paths:
M src/constfold.c
M test/runnable/interpret.d
Log Message:
-----------
fix issue 10687 - Refused cast from uint[] to array of uint-based enums
at compile-time
Commit: 6f9a34f3200f5907200f640cf8055c9dec6e795c
https://github.com/D-Programming-Language/dmd/commit/6f9a34f3200f5907200f640cf8055c9dec6e795c
Author: Walter Bright <walter at walterbright.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M src/constfold.c
M test/runnable/interpret.d
Log Message:
-----------
Merge pull request #2517 from hpohl/10687
[REG2.064a] fix issue 10687 - Refused cast from uint[] to array of uint-based enums at compile-time
Compare: https://github.com/D-Programming-Language/dmd/compare/a4d5392763e9...6f9a34f3200f
More information about the dmd-internals
mailing list