[dmd-internals] [D-Programming-Language/dmd] c3cdae: fix Issue 12719 - struct.c:705: virtual void Struc...
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue May 13 12:37:55 PDT 2014
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 at 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 at 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
More information about the dmd-internals
mailing list