[dmd-internals] [D-Programming-Language/dmd] 610b68: Fix Issue 10285 - Enum member with a type but no i...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu Apr 24 13:43:16 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 610b68e795a67bd0cb4c362caa2905a6ddfcf1a7
https://github.com/D-Programming-Language/dmd/commit/610b68e795a67bd0cb4c362caa2905a6ddfcf1a7
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-04-23 (Wed, 23 Apr 2014)
Changed paths:
M src/parse.c
A test/fail_compilation/fail10285.d
M test/fail_compilation/ice11926.d
Log Message:
-----------
Fix Issue 10285 - Enum member with a type but no identifier should not be allowed.
Commit: 90abd4c6cdfd2f2672c338c3eb491d177dcae937
https://github.com/D-Programming-Language/dmd/commit/90abd4c6cdfd2f2672c338c3eb491d177dcae937
Author: Walter Bright <walter at walterbright.com>
Date: 2014-04-24 (Thu, 24 Apr 2014)
Changed paths:
M src/parse.c
A test/fail_compilation/fail10285.d
M test/fail_compilation/ice11926.d
Log Message:
-----------
Merge pull request #3487 from AndrejMitrovic/Fix10285
Issue 10285 - Enum member with a type but no identifier should not be allowed.
Compare: https://github.com/D-Programming-Language/dmd/compare/215ef5efc32f...90abd4c6cdfd
More information about the dmd-internals
mailing list