[dmd-internals] [D-Programming-Language/dmd] 6bcabd: fix Issue 13236 - Invalid recursive struct field e...
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Feb 27 03:21:55 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 6bcabda72140387afd10b2e369e4a4f9750a20f1
https://github.com/D-Programming-Language/dmd/commit/6bcabda72140387afd10b2e369e4a4f9750a20f1
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-22 (Sun, 22 Feb 2015)
Changed paths:
M src/declaration.c
M test/compilable/compile1.d
Log Message:
-----------
fix Issue 13236 - Invalid recursive struct field error not gagged in 'is'-expression
Commit: aee306108957e32b364804a58b64f6ea8d671954
https://github.com/D-Programming-Language/dmd/commit/aee306108957e32b364804a58b64f6ea8d671954
Author: Walter Bright <walter at walterbright.com>
Date: 2015-02-27 (Fri, 27 Feb 2015)
Changed paths:
M src/declaration.c
M test/compilable/compile1.d
Log Message:
-----------
Merge pull request #4432 from 9rnsr/fix13236
Issue 13236 - Invalid recursive struct field error not gagged in 'is'-expression
Compare: https://github.com/D-Programming-Language/dmd/compare/c18178d86510...aee306108957
More information about the dmd-internals
mailing list