[dmd-internals] [D-Programming-Language/dmd] a41092: Make it an error if a non-final switch does not ha...
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Apr 24 17:43:06 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a41092b8ade7a8275a03cd5b35e90fe9a10857c6
https://github.com/D-Programming-Language/dmd/commit/a41092b8ade7a8275a03cd5b35e90fe9a10857c6
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2015-04-23 (Thu, 23 Apr 2015)
Changed paths:
M src/statement.c
Log Message:
-----------
Make it an error if a non-final switch does not have a default case
Commit: ddec7dd8e1191c74bad0053ae86bdac18566c40c
https://github.com/D-Programming-Language/dmd/commit/ddec7dd8e1191c74bad0053ae86bdac18566c40c
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2015-04-23 (Thu, 23 Apr 2015)
Changed paths:
M src/backend/rtlsym.h
M src/toobj.c
M test/fail_compilation/diag6373.d
Log Message:
-----------
Make it an error to hide base class functions
Commit: 900d48b8b15230a9646251ee98d6d34ac31ac4ff
https://github.com/D-Programming-Language/dmd/commit/900d48b8b15230a9646251ee98d6d34ac31ac4ff
Author: Walter Bright <walter at walterbright.com>
Date: 2015-04-24 (Fri, 24 Apr 2015)
Changed paths:
M src/backend/rtlsym.h
M src/statement.c
M src/toobj.c
M test/fail_compilation/diag6373.d
Log Message:
-----------
Merge pull request #4606 from ibuclaw/deprecated2error
Make deprecations of 2.054 errors
Compare: https://github.com/D-Programming-Language/dmd/compare/c525ebd0e02b...900d48b8b152
More information about the dmd-internals
mailing list