[dmd-internals] [D-Programming-Language/dmd] c544a2: fix Issue 10375 - private template from imported m...

GitHub noreply at github.com
Mon Jun 24 00:13:58 PDT 2013


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

  Changed paths:
    M src/template.c
    A test/compilable/imports/test10375a.d
    A test/compilable/test10375.d

  Log Message:
  -----------
  fix Issue 10375 - private template from imported module hijacks a template type parameter(!)


  Commit: 791fa018008c811dd13aa5e45e6a4b201042af22
      https://github.com/D-Programming-Language/dmd/commit/791fa018008c811dd13aa5e45e6a4b201042af22
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-06-24 (Mon, 24 Jun 2013)

  Changed paths:
    M src/template.c
    A test/compilable/imports/test10375a.d
    A test/compilable/test10375.d

  Log Message:
  -----------
  Merge pull request #2191 from 9rnsr/fix10375

[REG2.061] Issue 10375 - private template from imported module hijacks a template type parameter(!)


Compare: https://github.com/D-Programming-Language/dmd/compare/ed061d51e688...791fa018008c


More information about the dmd-internals mailing list