[dmd-internals] [D-Programming-Language/dmd] 4460ae: fix Issue 10144 - Using enum inside final class oc...
GitHub
noreply at github.com
Fri May 24 01:45:48 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4460aee4175a73fc8260a57427cc0c83d3989d55
https://github.com/D-Programming-Language/dmd/commit/4460aee4175a73fc8260a57427cc0c83d3989d55
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M src/declaration.c
M test/runnable/declaration.d
Log Message:
-----------
fix Issue 10144 - Using enum inside final class occurs weird errors
An enum and static variable declaration should not be affected by `synchronized`, `override`, `abstract`, and `final` attributes.
Commit: b3731ce5ac2d3867fe4078bffc765f0f4eccfab9
https://github.com/D-Programming-Language/dmd/commit/b3731ce5ac2d3867fe4078bffc765f0f4eccfab9
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M src/declaration.c
M test/runnable/declaration.d
Log Message:
-----------
Also allow __gshared and synchronized/override/abstract/final combinations
Commit: 40235541e742e245b50b7fc8f1a3e8ce5094d398
https://github.com/D-Programming-Language/dmd/commit/40235541e742e245b50b7fc8f1a3e8ce5094d398
Author: Walter Bright <walter at walterbright.com>
Date: 2013-05-24 (Fri, 24 May 2013)
Changed paths:
M src/declaration.c
M test/runnable/declaration.d
Log Message:
-----------
Merge pull request #2070 from 9rnsr/fix10144
[REG2.063a] Issue 10144 - Using enum inside final class occurs weird errors
Compare: https://github.com/D-Programming-Language/dmd/compare/091cb6eea52e...40235541e742
More information about the dmd-internals
mailing list