Thread overview
[Issue 17853] Switch statement without braces only works with one case
Sep 23, 2017
Iain Buclaw
Oct 03, 2017
Lucia Cojocaru
September 23, 2017
https://issues.dlang.org/show_bug.cgi?id=17853

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
                 CC|                            |ibuclaw@gdcproject.org

--
October 03, 2017
https://issues.dlang.org/show_bug.cgi?id=17853

Lucia Cojocaru <lucia.mcojocaru@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lucia.mcojocaru@gmail.com
           Assignee|nobody@puremagic.com        |lucia.mcojocaru@gmail.com

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17853

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/a629ebf9973c0860b20ecf9ba8791d74730f071b fix issue 17853

https://github.com/dlang/dmd/commit/f78b548887321814ed80e6d55b47e9901502b415 Merge pull request #7203 from somzzz/switchCaseCascade

fix issue 17853 - Switch statement without braces only works with one case merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17853

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
December 18, 2017
https://issues.dlang.org/show_bug.cgi?id=17853

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/a629ebf9973c0860b20ecf9ba8791d74730f071b fix issue 17853

https://github.com/dlang/dmd/commit/f78b548887321814ed80e6d55b47e9901502b415 Merge pull request #7203 from somzzz/switchCaseCascade

--