February 26, 2015 [dmd-internals] [D-Programming-Language/dmd] a326fc: fix Issue 12422 - Templated nested function is inf... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: a326fcfd501514a41341f8e3a4901fe575145016 https://github.com/D-Programming-Language/dmd/commit/a326fcfd501514a41341f8e3a4901fe575145016 Author: k-hara <k.hara.pg@gmail.com> Date: 2015-02-23 (Mon, 23 Feb 2015) Changed paths: M src/expression.c M test/fail_compilation/testInference.d Log Message: ----------- fix Issue 12422 - Templated nested function is inferred as `pure` even if it calls impure functions Commit: b00a79fae2560ee7b82c336bd9403f2d9071c22b https://github.com/D-Programming-Language/dmd/commit/b00a79fae2560ee7b82c336bd9403f2d9071c22b Author: Walter Bright <walter@walterbright.com> Date: 2015-02-26 (Thu, 26 Feb 2015) Changed paths: M src/expression.c M test/fail_compilation/testInference.d Log Message: ----------- Merge pull request #4441 from 9rnsr/fix12422 [REG2.055] Issue 12422 - Templated nested function is inferred as `pure` even if it calls impure functions Compare: https://github.com/D-Programming-Language/dmd/compare/e6e194a2be6b...b00a79fae256 |
Copyright © 1999-2021 by the D Language Foundation