[dmd-internals] [D-Programming-Language/dmd] 09d5c9: Fix Issue 7747 - Diagnostic should be informative ...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Apr 30 00:37:26 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 09d5c9574919be2249b45b3ade2942377121c086
https://github.com/D-Programming-Language/dmd/commit/09d5c9574919be2249b45b3ade2942377121c086
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-04-28 (Mon, 28 Apr 2014)
Changed paths:
M src/expression.c
A test/fail_compilation/diag7747.d
M test/fail_compilation/fail113.d
M test/fail_compilation/fail114.d
M test/fail_compilation/fail126.d
M test/fail_compilation/fail139.d
M test/fail_compilation/fail333.d
M test/fail_compilation/test9176.d
Log Message:
-----------
Fix Issue 7747 - Diagnostic should be informative for an inferred return
type in a recursive call.
Commit: e389d1cf778131a08058f0b2e780ab2ac81358b3
https://github.com/D-Programming-Language/dmd/commit/e389d1cf778131a08058f0b2e780ab2ac81358b3
Author: Walter Bright <walter at walterbright.com>
Date: 2014-04-30 (Wed, 30 Apr 2014)
Changed paths:
M src/expression.c
A test/fail_compilation/diag7747.d
M test/fail_compilation/fail113.d
M test/fail_compilation/fail114.d
M test/fail_compilation/fail126.d
M test/fail_compilation/fail139.d
M test/fail_compilation/fail333.d
M test/fail_compilation/test9176.d
Log Message:
-----------
Merge pull request #3509 from AndrejMitrovic/Fix7747
Issue 7747 - Diagnostic should be informative for an inferred return type.
Compare: https://github.com/D-Programming-Language/dmd/compare/167250588412...e389d1cf7781
More information about the dmd-internals
mailing list