[dmd-internals] [D-Programming-Language/dmd] accd88: fix Issue 13142 - Enums on different classes confu...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Jul 16 23:30:24 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: accd889abf75935a5d072ce26eefb87992b8d676
https://github.com/D-Programming-Language/dmd/commit/accd889abf75935a5d072ce26eefb87992b8d676
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
Changed paths:
M src/enum.c
M src/mtype.c
A test/fail_compilation/diag13142.d
Log Message:
-----------
fix Issue 13142 - Enums on different classes confuse the compiler
Commit: db51609c3c74b71b9cb27c5580371654b15d589b
https://github.com/D-Programming-Language/dmd/commit/db51609c3c74b71b9cb27c5580371654b15d589b
Author: Walter Bright <walter at walterbright.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M src/enum.c
M src/mtype.c
A test/fail_compilation/diag13142.d
Log Message:
-----------
Merge pull request #3779 from 9rnsr/fix13142
Issue 13142 - Enums on different classes confuse the compiler
Compare: https://github.com/D-Programming-Language/dmd/compare/11d22624518c...db51609c3c74
More information about the dmd-internals
mailing list