Now, #375 contains fixes only for postblit/destructor of array literal issues. Please merge it, too.
Kenji Hara 2012/5/8 GitHub <[email protected]>: > Branch: refs/heads/master > Home: https://github.com/D-Programming-Language/dmd > Commit: 70cbf1b9fb947a7abe920836e0b5746a39254ac0 > > https://github.com/D-Programming-Language/dmd/commit/70cbf1b9fb947a7abe920836e0b5746a39254ac0 > Author: k-hara <[email protected]> > Date: 2012-05-04 (Fri, 04 May 2012) > > Changed paths: > M src/expression.c > M test/runnable/sdtor.d > > Log Message: > ----------- > fix Issue 5737 - postblit not called for locals initialized from ref > functions > > > Commit: 9c03f1445966163321cf40456f35f83f534f2b1a > > https://github.com/D-Programming-Language/dmd/commit/9c03f1445966163321cf40456f35f83f534f2b1a > Author: k-hara <[email protected]> > Date: 2012-05-04 (Fri, 04 May 2012) > > Changed paths: > M src/expression.c > M test/runnable/sdtor.d > > Log Message: > ----------- > fix Issue 6199 - [GSoC] Postblit not called when returning a reference to a > by-value function. > > > Commit: 7f18602f38082d8b837112fed1d5d10b222e3b87 > > https://github.com/D-Programming-Language/dmd/commit/7f18602f38082d8b837112fed1d5d10b222e3b87 > Author: Walter Bright <[email protected]> > Date: 2012-05-07 (Mon, 07 May 2012) > > Changed paths: > M src/expression.c > M test/runnable/sdtor.d > > Log Message: > ----------- > Merge pull request #927 from 9rnsr/fix_postblit > > Issue 5737 & 6199 - fix postblit call with ref return > > > Compare: > https://github.com/D-Programming-Language/dmd/compare/ef57464...7f18602 > > _______________________________________________ > dmd-internals mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/dmd-internals _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
