[dmd-internals] [D-Programming-Language/dmd] 6b091d: fix Issue 9891 - Ability to modify immutable using...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Sep 9 03:29:07 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 6b091dc67a71b82a30ba26d2af73e2d67180740c
https://github.com/D-Programming-Language/dmd/commit/6b091dc67a71b82a30ba26d2af73e2d67180740c
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-09-08 (Tue, 08 Sep 2015)
Changed paths:
M src/mtype.d
A test/fail_compilation/fail9891.d
Log Message:
-----------
fix Issue 9891 - Ability to modify immutable using default value of ref/out parameter
Commit: 065881c6f71ef8e76c882b2ce739fa452b547e8e
https://github.com/D-Programming-Language/dmd/commit/065881c6f71ef8e76c882b2ce739fa452b547e8e
Author: Walter Bright <walter at walterbright.com>
Date: 2015-09-09 (Wed, 09 Sep 2015)
Changed paths:
M src/mtype.d
A test/fail_compilation/fail9891.d
Log Message:
-----------
Merge pull request #5056 from 9rnsr/fix9891
Issue 9891 - Ability to modify immutable using default value of ref/out parameter
Compare: https://github.com/D-Programming-Language/dmd/compare/5cb6ca8bf171...065881c6f71e
More information about the dmd-internals
mailing list