[dmd-internals] [D-Programming-Language/dmd] 856207: Fix Issue 11955 - Aliased types not accepted in fo...
GitHub
noreply at github.com
Mon Jan 20 06:55:40 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8562076728db18639cdeabab660b902af938758d
https://github.com/D-Programming-Language/dmd/commit/8562076728db18639cdeabab660b902af938758d
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-01-20 (Mon, 20 Jan 2014)
Changed paths:
M src/statement.c
M test/runnable/foreach5.d
Log Message:
-----------
Fix Issue 11955 - Aliased types not accepted in foreach over range of tuple
Run semantic on the type before attempting implicit conversions.
Commit: bc0c114df36b79e2bff2d5db66a019a51fbe7983
https://github.com/D-Programming-Language/dmd/commit/bc0c114df36b79e2bff2d5db66a019a51fbe7983
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-01-20 (Mon, 20 Jan 2014)
Changed paths:
M src/statement.c
M test/runnable/foreach5.d
Log Message:
-----------
Merge pull request #3127 from yebblies/issue11955
Issue 11955 - Aliased types not accepted in foreach over range of tuple
Compare: https://github.com/D-Programming-Language/dmd/compare/ffb511479361...bc0c114df36b
More information about the dmd-internals
mailing list