[dmd-internals] [D-Programming-Language/dmd] 5bcba1: Fixes Issue 9191 - Wrong diagnostic on failing ove...
GitHub
noreply at github.com
Mon Jan 7 09:51:21 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 5bcba1f0ff22786d47dacf7f24d9d9231291ef7c
https://github.com/D-Programming-Language/dmd/commit/5bcba1f0ff22786d47dacf7f24d9d9231291ef7c
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-01-07 (Mon, 07 Jan 2013)
Changed paths:
M src/func.c
A test/fail_compilation/diag9191.d
Log Message:
-----------
Fixes Issue 9191 - Wrong diagnostic on failing override.
For failing overrides the compiler should look for similar symbols in the
base classes and interfaces, and not the current class.
Commit: 870bc8690ae4d4898667fbcc572589e842869a32
https://github.com/D-Programming-Language/dmd/commit/870bc8690ae4d4898667fbcc572589e842869a32
Author: Don Clugston <dclugston at googlemail.com>
Date: 2013-01-07 (Mon, 07 Jan 2013)
Changed paths:
M src/func.c
A test/fail_compilation/diag9191.d
Log Message:
-----------
Merge pull request #1436 from AndrejMitrovic/Fix9191
Issue 9191 - Wrong diagnostic on failing override
Compare: https://github.com/D-Programming-Language/dmd/compare/e8180241efad...870bc8690ae4
More information about the dmd-internals
mailing list