[dmd-internals] [D-Programming-Language/dmd] 94f891: fix Issue 14357 - Match on specType does not check...

GitHub via dmd-internals dmd-internals at puremagic.com
Tue Mar 31 21:24:09 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 94f89154f92ec87161e0dc5f300877a57924f141
      https://github.com/D-Programming-Language/dmd/commit/94f89154f92ec87161e0dc5f300877a57924f141
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-03-29 (Sun, 29 Mar 2015)

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

  Log Message:
  -----------
  fix Issue 14357 - Match on specType does not check the conflict with already deduced template arguments


  Commit: e52882477ff8f0f3fa9f653ec54d806a3bd7f508
      https://github.com/D-Programming-Language/dmd/commit/e52882477ff8f0f3fa9f653ec54d806a3bd7f508
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-03-31 (Tue, 31 Mar 2015)

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

  Log Message:
  -----------
  Merge pull request #4530 from 9rnsr/fix14357

Issue 14357 - Match on specType does not check the conflict with already deduced template arguments


Compare: https://github.com/D-Programming-Language/dmd/compare/77ec80b83f46...e52882477ff8


More information about the dmd-internals mailing list