[dmd-internals] [D-Programming-Language/dmd] b86698: fix Issue 12523 - wrong type deduced for foreach r...
GitHub
noreply at github.com
Sat Apr 5 22:58:45 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: b8669836b696742709042aaa1b4cf4c8970bcc57
https://github.com/D-Programming-Language/dmd/commit/b8669836b696742709042aaa1b4cf4c8970bcc57
Author: Martin Nowak <code at dawg.eu>
Date: 2014-04-05 (Sat, 05 Apr 2014)
Changed paths:
M src/statement.c
A test/compilable/test12523.d
Log Message:
-----------
fix Issue 12523 - wrong type deduced for foreach ref argument
- No need to change the storage class because the var type
already has inferred modifiers.
Commit: 6d10394b33fea5e20a946b6f748239ee4a0e5076
https://github.com/D-Programming-Language/dmd/commit/6d10394b33fea5e20a946b6f748239ee4a0e5076
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-04-06 (Sun, 06 Apr 2014)
Changed paths:
M src/statement.c
A test/compilable/test12523.d
Log Message:
-----------
Merge pull request #3424 from MartinNowak/fix12523
fix Issue 12523 - wrong type deduced for foreach ref argument
Compare: https://github.com/D-Programming-Language/dmd/compare/fe5271123858...6d10394b33fe
More information about the dmd-internals
mailing list