[dmd-internals] [D-Programming-Language/dmd] d82669: fix Issue 11291 - Disallow mutation of a const var...
GitHub
noreply at github.com
Sun Nov 3 08:26:46 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: d826696f214166a07371c4401e3a1d6e27bd5082
https://github.com/D-Programming-Language/dmd/commit/d826696f214166a07371c4401e3a1d6e27bd5082
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M src/statement.c
M test/runnable/foreach5.d
Log Message:
-----------
fix Issue 11291 - Disallow mutation of a const variable
Commit: 1c0f7a2c7cc4943076d5bd5d30c31dc19fd7ef0b
https://github.com/D-Programming-Language/dmd/commit/1c0f7a2c7cc4943076d5bd5d30c31dc19fd7ef0b
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M src/statement.c
M test/runnable/foreach5.d
Log Message:
-----------
Merge pull request #2678 from 9rnsr/fix11291
Issue 11291 - Disallow mutation of a const variable
Compare: https://github.com/D-Programming-Language/dmd/compare/fec22e29d835...1c0f7a2c7cc4
More information about the dmd-internals
mailing list