[dmd-internals] [D-Programming-Language/dmd] b9ad0b: Issue 7358 - final switch over enum should add thr...
GitHub
noreply at github.com
Tue Oct 30 07:42:16 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: b9ad0b8517c23fa4deca3ddb433dfbb0fab8fb65
https://github.com/D-Programming-Language/dmd/commit/b9ad0b8517c23fa4deca3ddb433dfbb0fab8fb65
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2012-10-28 (Sun, 28 Oct 2012)
Changed paths:
M src/statement.c
M test/runnable/testswitch.d
Log Message:
-----------
Issue 7358 - final switch over enum should add throwing default in debug mode at least
Add a throwing default case when compiled with asserts on.
Commit: 638d81d792d5f12c887de3da6ab00c07d9f227b2
https://github.com/D-Programming-Language/dmd/commit/638d81d792d5f12c887de3da6ab00c07d9f227b2
Author: Don Clugston <dclugston at googlemail.com>
Date: 2012-10-30 (Tue, 30 Oct 2012)
Changed paths:
M src/statement.c
M test/runnable/testswitch.d
Log Message:
-----------
Merge pull request #673 from yebblies/issue7358
Issue 7358 - final switch over enum should add throwing default in debug mode
Compare: https://github.com/D-Programming-Language/dmd/compare/34a4302cc067...638d81d792d5
More information about the dmd-internals
mailing list