[dmd-internals] [D-Programming-Language/dmd] c756d9: Fix Issue 1553 - foreach_reverse is allowed for de...
GitHub
noreply at github.com
Mon Mar 10 09:06:30 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c756d9d22f4402088e3fd942a00085a2506649fe
https://github.com/D-Programming-Language/dmd/commit/c756d9d22f4402088e3fd942a00085a2506649fe
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
Changed paths:
M src/statement.c
A test/fail_compilation/warn1553.d
M test/runnable/foreach.d
Log Message:
-----------
Fix Issue 1553 - foreach_reverse is allowed for delegates
http://d.puremagic.com/issues/show_bug.cgi?id=1553
Commit: 2f2aa99f0e555cdf5dfd1f3130e8450a4055f021
https://github.com/D-Programming-Language/dmd/commit/2f2aa99f0e555cdf5dfd1f3130e8450a4055f021
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2014-03-10 (Mon, 10 Mar 2014)
Changed paths:
M src/statement.c
A test/fail_compilation/warn1553.d
M test/runnable/foreach.d
Log Message:
-----------
Merge pull request #184 from yebblies/issue1553
Issue 1553 - foreach_reverse is allowed for delegates
Compare: https://github.com/D-Programming-Language/dmd/compare/fbffd20a8587...2f2aa99f0e55
More information about the dmd-internals
mailing list