[dmd-internals] [D-Programming-Language/dmd] a326fc: fix Issue 12422 - Templated nested function is inf...

GitHub via dmd-internals dmd-internals at puremagic.com
Thu Feb 26 22:35:48 PST 2015


  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 at 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 at 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


More information about the dmd-internals mailing list