[dmd-internals] [D-Programming-Language/dmd] a5514d: fix Issue 9035 - Nested struct `init` is lvalue an...
GitHub
noreply at github.com
Mon Dec 3 20:58:24 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a5514dd6ed97646abe3d0f32631d22ef42f58f99
https://github.com/D-Programming-Language/dmd/commit/a5514dd6ed97646abe3d0f32631d22ef42f58f99
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
Changed paths:
M src/constfold.c
M src/expression.c
M src/mtype.c
M test/runnable/nested.d
Log Message:
-----------
fix Issue 9035 - Nested struct `init` is lvalue and can be modified
Commit: 6861282d3877f504c4b9e586917d0333e8b1c5f4
https://github.com/D-Programming-Language/dmd/commit/6861282d3877f504c4b9e586917d0333e8b1c5f4
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-11-19 (Mon, 19 Nov 2012)
Changed paths:
M test/runnable/nested.d
Log Message:
-----------
fix Issue 9036 - postblit is called for nested structs when assigning `init`
Commit: 3b061322300c5b7a39f1b5c5f76016a4d9906899
https://github.com/D-Programming-Language/dmd/commit/3b061322300c5b7a39f1b5c5f76016a4d9906899
Author: Walter Bright <walter at walterbright.com>
Date: 2012-12-03 (Mon, 03 Dec 2012)
Changed paths:
M src/constfold.c
M src/expression.c
M src/mtype.c
M test/runnable/nested.d
Log Message:
-----------
Merge pull request #1301 from 9rnsr/fix9035
Issue 9035 & 9036 - Nested struct `init` is lvalue and can be modified
Compare: https://github.com/D-Programming-Language/dmd/compare/e01eb59f842d...3b061322300c
More information about the dmd-internals
mailing list