[dmd-internals] [D-Programming-Language/dmd] d0459d: D1: Make missing return an error instead of a warn...
GitHub
noreply at github.com
Sat Feb 9 12:39:02 PST 2013
Branch: refs/heads/dmd-1.x
Home: https://github.com/D-Programming-Language/dmd
Commit: d0459d3b6ba04d0827f8e21bba844691ae72152f
https://github.com/D-Programming-Language/dmd/commit/d0459d3b6ba04d0827f8e21bba844691ae72152f
Author: Don Clugston <emailsdontbelong at inarepository.com>
Date: 2013-02-08 (Fri, 08 Feb 2013)
Changed paths:
M src/func.c
Log Message:
-----------
D1: Make missing return an error instead of a warning
The implementation in D2 has been a resounding success. There is no
reason for this to be a warning, it is an error in 100% of cases.
Commit: 84dccdb7f85ed1b37015ae64e3b089dd58d275d8
https://github.com/D-Programming-Language/dmd/commit/84dccdb7f85ed1b37015ae64e3b089dd58d275d8
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2013-02-09 (Sat, 09 Feb 2013)
Changed paths:
M src/func.c
Log Message:
-----------
Merge pull request #1643 from donc/D1_missingreturn
D1 ONLY: Make missing return an error instead of a warning
Compare: https://github.com/D-Programming-Language/dmd/compare/e8154fc12ae0...84dccdb7f85e
More information about the dmd-internals
mailing list