[dmd-internals] [D-Programming-Language/dmd] 8437f1: fix Issue 10583 - DMD 2.063 dumps core with mixins...
GitHub
noreply at github.com
Sat Jul 20 17:23:56 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8437f1993cd1924e423cddcda45d83fdb41f0a96
https://github.com/D-Programming-Language/dmd/commit/8437f1993cd1924e423cddcda45d83fdb41f0a96
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M src/class.c
M src/declaration.c
M src/func.c
M src/struct.c
M src/traits.c
M test/runnable/mixin2.d
Log Message:
-----------
fix Issue 10583 - DMD 2.063 dumps core with mixins involving __traits(getProtection)
Commit: 8f916c8ac61ddd1d2bab5f241509e0555e409a14
https://github.com/D-Programming-Language/dmd/commit/8f916c8ac61ddd1d2bab5f241509e0555e409a14
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M test/runnable/test42.d
Log Message:
-----------
fix Issue 10628 - spurious "hidden by" deprecation warning
Commit: 671b7c20b96b580ee1dc2b3f5e3ee66c63d079b6
https://github.com/D-Programming-Language/dmd/commit/671b7c20b96b580ee1dc2b3f5e3ee66c63d079b6
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-20 (Sat, 20 Jul 2013)
Changed paths:
M src/class.c
M src/declaration.c
M src/func.c
M src/struct.c
M src/traits.c
M test/runnable/mixin2.d
M test/runnable/test42.d
Log Message:
-----------
Merge pull request #2362 from 9rnsr/fix10583
Issue 10583 - DMD 2.063 dumps core with mixins involving __traits(getProtection)
Compare: https://github.com/D-Programming-Language/dmd/compare/5d18ef6b2029...671b7c20b96b
More information about the dmd-internals
mailing list