[dmd-internals] [D-Programming-Language/dmd] 7cea8d: fix Issue 7560 - Base class overloaded methods cre...
GitHub
noreply at github.com
Mon Apr 30 12:02:05 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 7cea8d2bef94d2e7394c4ef96792acd782f73173
https://github.com/D-Programming-Language/dmd/commit/7cea8d2bef94d2e7394c4ef96792acd782f73173
Author: k-hara <k.hara.pg at gmail.com>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M src/declaration.c
M test/runnable/mixin2.d
Log Message:
-----------
fix Issue 7560 - Base class overloaded methods created by mixins can't be overriden
Commit: 3e1358125feb935445370000ec883dc4afc3befc
https://github.com/D-Programming-Language/dmd/commit/3e1358125feb935445370000ec883dc4afc3befc
Author: Walter Bright <walter at walterbright.com>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M src/declaration.c
M test/runnable/mixin2.d
Log Message:
-----------
Merge pull request #916 from 9rnsr/fix7560
Issue 7560 - Base class overloaded methods created by mixins can't be overriden
Compare: https://github.com/D-Programming-Language/dmd/compare/d303d30...3e13581
More information about the dmd-internals
mailing list