May 13, 2014 [dmd-internals] [D-Programming-Language/dmd] c3cdae: fix Issue 12719 - struct.c:705: virtual void Struc... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: c3cdae6b97b9dc368cfd78b61d73902b7846db12 https://github.com/D-Programming-Language/dmd/commit/c3cdae6b97b9dc368cfd78b61d73902b7846db12 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-05-13 (Tue, 13 May 2014) Changed paths: M src/class.c M src/struct.c M test/runnable/template9.d Log Message: ----------- fix Issue 12719 - struct.c:705: virtual void StructDeclaration::semantic(Scope*): Assertion `parent && parent == sc->parent' failed. Commit: d02621fbe33c560261dd46192ee1d8bd3453a603 https://github.com/D-Programming-Language/dmd/commit/d02621fbe33c560261dd46192ee1d8bd3453a603 Author: Walter Bright <walter@walterbright.com> Date: 2014-05-13 (Tue, 13 May 2014) Changed paths: M src/class.c M src/struct.c M test/runnable/template9.d Log Message: ----------- Merge pull request #3544 from 9rnsr/fix12719 Issue 12719 - struct.c:705: virtual void StructDeclaration::semantic(Scope*): Assertion `parent && parent == sc->parent' failed. Compare: https://github.com/D-Programming-Language/dmd/compare/021c0f68b159...d02621fbe33c |
Copyright © 1999-2021 by the D Language Foundation