September 14, 2013 [dmd-internals] [D-Programming-Language/dmd] 59af1d: Partial fix for Issue 10666 - Appender does not wo... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 59af1d08e75f14c8082f81b546a12b21b30e5d3b https://github.com/D-Programming-Language/dmd/commit/59af1d08e75f14c8082f81b546a12b21b30e5d3b Author: k-hara <k.hara.pg@gmail.com> Date: 2013-09-10 (Tue, 10 Sep 2013) Changed paths: M src/expression.c A test/fail_compilation/fail10666.d M test/runnable/funclit.d Log Message: ----------- Partial fix for Issue 10666 - Appender does not work with a RefCounted type Essentially this is neigher dmd nor phobos regression, but recent Appender change in 2.064a should not raise "cannot build closure" error. Commit: aea5806539d9073c85bc7533a6177af6cf6465cb https://github.com/D-Programming-Language/dmd/commit/aea5806539d9073c85bc7533a6177af6cf6465cb Author: Walter Bright <walter@walterbright.com> Date: 2013-09-14 (Sat, 14 Sep 2013) Changed paths: M src/expression.c A test/fail_compilation/fail10666.d M test/runnable/funclit.d Log Message: ----------- Merge pull request #2548 from 9rnsr/fix10666 Partial fix for Issue 10666 - Appender does not work with a RefCounted type Compare: https://github.com/D-Programming-Language/dmd/compare/c3cc007af887...aea5806539d9 |
Copyright © 1999-2021 by the D Language Foundation