[dmd-internals] [D-Programming-Language/dmd] 1be6b7: Fixes Issue 9368 - Final switch on typedef'ed enum...
GitHub
noreply at github.com
Mon Jan 28 06:06:42 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1be6b753f8431e5023b9e0bcb113bbb217bfdfc3
https://github.com/D-Programming-Language/dmd/commit/1be6b753f8431e5023b9e0bcb113bbb217bfdfc3
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-01-24 (Thu, 24 Jan 2013)
Changed paths:
M src/statement.c
A test/fail_compilation/fail9368.d
Log Message:
-----------
Fixes Issue 9368 - Final switch on typedef'ed enum is not properly checked
Commit: 16587559891280c9a21a648bc39a3d3b4b7c49f5
https://github.com/D-Programming-Language/dmd/commit/16587559891280c9a21a648bc39a3d3b4b7c49f5
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-01-28 (Mon, 28 Jan 2013)
Changed paths:
M src/statement.c
A test/fail_compilation/fail9368.d
Log Message:
-----------
Merge pull request #1534 from AndrejMitrovic/Fix9368
Issue 9368 - Final switch on typedef'ed enum is not properly checked
Compare: https://github.com/D-Programming-Language/dmd/compare/2a6fefed5924...165875598912
More information about the dmd-internals
mailing list