[dmd-internals] [D-Programming-Language/dmd] ea8c21: fix Issue 14520 - string/alias template overload

GitHub via dmd-internals dmd-internals at puremagic.com
Fri Jun 5 10:09:30 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ea8c21a6ecbed6746a4eeffe3345a1b5c3cf738e
      https://github.com/D-Programming-Language/dmd/commit/ea8c21a6ecbed6746a4eeffe3345a1b5c3cf738e
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-06-04 (Thu, 04 Jun 2015)

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

  Log Message:
  -----------
  fix Issue 14520 - string/alias template overload

On the overload of alias and value template parameters, a function symbol should always prefer to alias parameter. It will be be consistent result for separate compilation.


  Commit: 391d1e0d887514d901c33578365fc80587a14208
      https://github.com/D-Programming-Language/dmd/commit/391d1e0d887514d901c33578365fc80587a14208
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-06-05 (Fri, 05 Jun 2015)

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

  Log Message:
  -----------
  Merge pull request #4720 from 9rnsr/fix14520

[REG2.067.0] Issue 14520 - string/alias template overload


Compare: https://github.com/D-Programming-Language/dmd/compare/df5a047487f1...391d1e0d8875


More information about the dmd-internals mailing list