[dmd-internals] [D-Programming-Language/dmd] ec1330: fix Issue 10558 - Assertion failure on struct.c:74...

GitHub noreply at github.com
Mon Jul 8 03:45:11 PDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: ec1330d512707160628a2b235677cd36a63d390b
      https://github.com/D-Programming-Language/dmd/commit/ec1330d512707160628a2b235677cd36a63d390b
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2013-07-07 (Sun, 07 Jul 2013)

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

  Log Message:
  -----------
  fix Issue 10558 - Assertion failure on struct.c:741

A template instance on temlpate argument may not have yet valid `Dsymbol::ident`, so should use `Dsymbol::getIdent()` for hash calculation.


  Commit: c0c21f378467fab8e1ba933ccbdcd05336ee33b4
      https://github.com/D-Programming-Language/dmd/commit/c0c21f378467fab8e1ba933ccbdcd05336ee33b4
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-07-08 (Mon, 08 Jul 2013)

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

  Log Message:
  -----------
  Merge pull request #2314 from 9rnsr/fix10558

[REG2.064a] Issue 10558 - Assertion failure on struct.c:741


Compare: https://github.com/D-Programming-Language/dmd/compare/f2cd7d4b19c5...c0c21f378467


More information about the dmd-internals mailing list