[dmd-internals] [D-Programming-Language/dmd] da0be7: fix Issue 8704 - Invalid nested struct constructio...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed May 14 05:11:37 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: da0be7592a903af33da5d65792e38e265f560bb3
https://github.com/D-Programming-Language/dmd/commit/da0be7592a903af33da5d65792e38e265f560bb3
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-05-14 (Wed, 14 May 2014)
Changed paths:
M src/declaration.c
M src/expression.c
M test/fail_compilation/fail9665b.d
M test/runnable/nested.d
Log Message:
-----------
fix Issue 8704 - Invalid nested struct constructions should be detected
Commit: 3232f56a34900bd4228c22134b637464bb37ed0c
https://github.com/D-Programming-Language/dmd/commit/3232f56a34900bd4228c22134b637464bb37ed0c
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-05-14 (Wed, 14 May 2014)
Changed paths:
M src/declaration.c
M src/expression.c
M test/fail_compilation/fail9665b.d
M test/runnable/nested.d
Log Message:
-----------
Merge pull request #1133 from 9rnsr/fix8704
Issue 8704 - Invalid nested struct constructions should be detected
Compare: https://github.com/D-Programming-Language/dmd/compare/f32b823abcc5...3232f56a3490
More information about the dmd-internals
mailing list