[Issue 15079] [REG2.068.1] Assertion `fd->semanticRun == PASSsemantic3done' failed.
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Sep 27 18:01:00 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15079
--- Comment #7 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/848ea9a8698e3dade62374a540953483c7811d6c
fix Issue 15079 - Assertion `fd->semanticRun == PASSsemantic3done' failed.
It was another surface of issue 15044, and fixed from 2.068.2 - the attribute
inference problem had sent a function which is not yet completed semantic
analysis to glue layer, and the breaking of internal invariance has been
detected.
https://github.com/D-Programming-Language/dmd/commit/8cad0112b895aa8eeabd0940f2f3016a4e7399af
Merge pull request #5120 from 9rnsr/fix15079
[REG2.068.1] Issue 15079 - Assertion `fd->semanticRun == PASSsemantic3done'
failed.
--
More information about the Digitalmars-d-bugs
mailing list