October 14, 2013 [dmd-internals] [D-Programming-Language/dmd] 0c338f: Remove meaningless assert on debug build | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 0c338fa931bcc8dea1d960007942eade0f5d2287 https://github.com/D-Programming-Language/dmd/commit/0c338fa931bcc8dea1d960007942eade0f5d2287 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M src/backend/cgobj.c Log Message: ----------- Remove meaningless assert on debug build Additional fix for issue 11233 Commit: 0f00e6b6f29707f7a18b6e559aecf6bca50fca90 https://github.com/D-Programming-Language/dmd/commit/0f00e6b6f29707f7a18b6e559aecf6bca50fca90 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M src/mtype.c M test/runnable/testconst.d Log Message: ----------- fix Issue 11257 - Allow whole implicit conversion if one or more overlapped field could. Commit: f8386c7eeb2518779e42e753507538188c1e3be5 https://github.com/D-Programming-Language/dmd/commit/f8386c7eeb2518779e42e753507538188c1e3be5 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M src/declaration.c M src/expression.c M src/func.c M src/scope.c M src/scope.h M src/statement.c A test/fail_compilation/fail9665a.d A test/fail_compilation/fail9665b.d M test/runnable/arrayop.d M test/runnable/assignable.d A test/runnable/sctor.d Log Message: ----------- fix Issue 9665 - Structure constant members can not be initialized if have opAssign - Change the first field assignment inside constructor to true initialization. - Disable multiple initialization of non-mutable field, if it is once initialized. Commit: 4a8ce87381a0bc0595b718681cdae5d7bc97f3cb https://github.com/D-Programming-Language/dmd/commit/4a8ce87381a0bc0595b718681cdae5d7bc97f3cb Author: k-hara <k.hara.pg@gmail.com> Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M test/runnable/sctor.d Log Message: ----------- fix Issue 11246 - [REG 2.063] Struct initialized in constructor is destroyed first Commit: 84ee9522f470cdb90031c4a8542c32e753d1462c https://github.com/D-Programming-Language/dmd/commit/84ee9522f470cdb90031c4a8542c32e753d1462c Author: Walter Bright <walter@walterbright.com> Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M src/backend/cgobj.c M src/declaration.c M src/expression.c M src/func.c M src/mtype.c M src/scope.c M src/scope.h M src/statement.c A test/fail_compilation/fail9665a.d A test/fail_compilation/fail9665b.d M test/runnable/arrayop.d M test/runnable/assignable.d A test/runnable/sctor.d M test/runnable/testconst.d Log Message: ----------- Merge pull request #2665 from 9rnsr/fix9665 Issue 9665 - Structure constant members can not be initialized if have opAssign Compare: https://github.com/D-Programming-Language/dmd/compare/4a2fabf1d4b9...84ee9522f470 |
Copyright © 1999-2021 by the D Language Foundation