July 08, 2013 [dmd-internals] [D-Programming-Language/dmd] ec1330: fix Issue 10558 - Assertion failure on struct.c:74... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation