[dmd-internals] [D-Programming-Language/dmd] bfa9a0: fix Issue 13484 - Template type deduction from del...

GitHub via dmd-internals dmd-internals at puremagic.com
Fri Sep 19 04:32:07 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: bfa9a0007f6fd815ed2920a045c63c7f7b52a0a9
      https://github.com/D-Programming-Language/dmd/commit/bfa9a0007f6fd815ed2920a045c63c7f7b52a0a9
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-09-17 (Wed, 17 Sep 2014)

  Changed paths:
    M src/template.c
    M test/runnable/template9.d

  Log Message:
  -----------
  fix Issue 13484 - Template type deduction from delegate parameter fails

The implicit conversion of expressions to delegates was added in 0.165 (a2b1fa4978948ca4d293c38666bd607c03ba791a, http://www.digitalmars.com/d/1.0/changelog2.html#new0165), but it was replaced with lazy parameter.


  Commit: c83986a35b2ef1616b214a9ecda17ff1db682c55
      https://github.com/D-Programming-Language/dmd/commit/c83986a35b2ef1616b214a9ecda17ff1db682c55
  Author: David Nadlinger <code at klickverbot.at>
  Date:   2014-09-19 (Fri, 19 Sep 2014)

  Changed paths:
    M src/template.c
    M test/runnable/template9.d

  Log Message:
  -----------
  Merge pull request #4000 from 9rnsr/fix13484

Issue 13484 - Template type deduction from delegate parameter fails


Compare: https://github.com/D-Programming-Language/dmd/compare/5606406189e4...c83986a35b2e


More information about the dmd-internals mailing list