[dmd-internals] [D-Programming-Language/dmd] eb6843: fix Issue 12264 - A specialized alias parameter co...

GitHub noreply at github.com
Wed Feb 26 23:44:25 PST 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: eb6843cd24feeb95bfe76dc99a56bee83e3ca4a0
      https://github.com/D-Programming-Language/dmd/commit/eb6843cd24feeb95bfe76dc99a56bee83e3ca4a0
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-02-25 (Tue, 25 Feb 2014)

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

  Log Message:
  -----------
  fix Issue 12264 - A specialized alias parameter conflicts with the unspecialized one.


  Commit: 03d23757858d31d9e8dc065b06babde58c897032
      https://github.com/D-Programming-Language/dmd/commit/03d23757858d31d9e8dc065b06babde58c897032
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2014-02-26 (Wed, 26 Feb 2014)

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

  Log Message:
  -----------
  fix Issue 12262 - A specialized parameter `alias a : B!A` should not match to the non-eponymous instantiated variable


  Commit: a18bf7618bb423bac8cde477dc18c7d160606555
      https://github.com/D-Programming-Language/dmd/commit/a18bf7618bb423bac8cde477dc18c7d160606555
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-02-26 (Wed, 26 Feb 2014)

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

  Log Message:
  -----------
  Merge pull request #3339 from 9rnsr/fix12264

[REG2.066a] Issue 12264 - A specialized alias parameter conflicts with the unspecialized one.


Compare: https://github.com/D-Programming-Language/dmd/compare/4653e4b45f10...a18bf7618bb4


More information about the dmd-internals mailing list