October 22, 2013 [dmd-internals] [D-Programming-Language/dmd] 325ea5: Fix dtor handling issue introduced by fixing 6178 | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 325ea56d853f076ed30ff65adf7fe8d69713f00d https://github.com/D-Programming-Language/dmd/commit/325ea56d853f076ed30ff65adf7fe8d69713f00d Author: k-hara <k.hara.pg@gmail.com> Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M src/expression.c M test/runnable/testaa.d Log Message: ----------- Fix dtor handling issue introduced by fixing 6178 Commit: 1f5be26103a644b2650ae2d811edbc04c18236b7 Message: fix Issue 6178 - Struct inside the AA are not init correctly https://github.com/D-Programming-Language/dmd/pull/2539/files#diff-31ec3d6838ade0264adec0944948507dR11466 https://github.com/D-Programming-Language/dmd/pull/2539/files#diff-31ec3d6838ade0264adec0944948507dR11475 Commit: 7c6d516d97e43f94c3ef8e8ab072d6714febaf60 https://github.com/D-Programming-Language/dmd/commit/7c6d516d97e43f94c3ef8e8ab072d6714febaf60 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M src/expression.c M test/runnable/testaa2.d Log Message: ----------- Fix dtor handling issue introduced by fixing 3825 Commit: d5aac8cc2bcc43e8753d889eff8e005f5c7443ce Message: fix Issue 3825 - AAs entries are default initialized before the new value is evaluated https://github.com/D-Programming-Language/dmd/pull/1465/files#diff-31ec3d6838ade0264adec0944948507dR12919 https://github.com/D-Programming-Language/dmd/pull/1465/files#diff-31ec3d6838ade0264adec0944948507dR12928 Commit: 47770be740f368ef65893ae008ed3530908d83cb https://github.com/D-Programming-Language/dmd/commit/47770be740f368ef65893ae008ed3530908d83cb Author: k-hara <k.hara.pg@gmail.com> Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M src/expression.c M test/runnable/aliasthis.d Log Message: ----------- Fix dtor handling issue introduced by fixing 6508 and 5605 Commit: dc49e1024ac2232967f235eea5e7bcfbf08734e2 Message: Issue 6508 - alias this doesn't work with AssignExp rhs https://github.com/D-Programming-Language/dmd/pull/322/files#diff-31ec3d6838ade0264adec0944948507dR9548 Commit: 4443f4295c1ee4b33794e6e2b3d050b1075a3599 Message: Separate side effects of tuple in DotVarExp::semantic() https://github.com/D-Programming-Language/dmd/pull/579/files#diff-31ec3d6838ade0264adec0944948507dR6686 Commit: 8729f370079447841bfcb83e696a62af622defc0 https://github.com/D-Programming-Language/dmd/commit/8729f370079447841bfcb83e696a62af622defc0 Author: Walter Bright <walter@walterbright.com> Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M src/expression.c M test/runnable/aliasthis.d M test/runnable/testaa.d M test/runnable/testaa2.d Log Message: ----------- Merge pull request #2690 from 9rnsr/fix_dtors Destructor handling issues with internal generated temporary variables Compare: https://github.com/D-Programming-Language/dmd/compare/e7e2d5fa43b3...8729f3700794 |
Copyright © 1999-2021 by the D Language Foundation