[dmd-internals] [D-Programming-Language/dmd] 596fae: fix Issue 9140 - ref foreach of immutables in post...
GitHub
noreply at github.com
Wed Dec 12 16:13:21 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 596fae913de2791141a6f27153fde90a7e3be08e
https://github.com/D-Programming-Language/dmd/commit/596fae913de2791141a6f27153fde90a7e3be08e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-12-11 (Tue, 11 Dec 2012)
Changed paths:
M src/declaration.c
M src/statement.c
M test/runnable/assignable.d
Log Message:
-----------
fix Issue 9140 - ref foreach of immutables in postcondition
This change reopens bug 8783.
Commit: 2284bb97158b8ca66022b28153405adc22714f73
https://github.com/D-Programming-Language/dmd/commit/2284bb97158b8ca66022b28153405adc22714f73
Author: Walter Bright <walter at walterbright.com>
Date: 2012-12-12 (Wed, 12 Dec 2012)
Changed paths:
M src/declaration.c
M src/statement.c
M test/runnable/assignable.d
Log Message:
-----------
Merge pull request #1364 from 9rnsr/fix9140
Issue 9140 - ref foreach of immutables in postcondition
Compare: https://github.com/D-Programming-Language/dmd/compare/c4dc64092ae2...2284bb97158b
More information about the dmd-internals
mailing list