Thread overview
[Issue 21431] Incorrect maximum and actual number of cases in a switch case range is reported
Sep 08, 2021
Dlang Bot
Sep 08, 2021
Walter Bright
Sep 09, 2021
Dlang Bot
September 08, 2021
https://issues.dlang.org/show_bug.cgi?id=21431

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #13058 "Fix issue 21431 - Incorrect maximum and actual number of cases in a switch case range is reported" fixing this issue:

- fix issue 21431 - Incorrect maximum and actual number of cases in a switch case range is reported

https://github.com/dlang/dmd/pull/13058

--
September 08, 2021
https://issues.dlang.org/show_bug.cgi?id=21431

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dlang.org/pull/3097

--
September 09, 2021
https://issues.dlang.org/show_bug.cgi?id=21431

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13058 "Fix issue 21431 - Incorrect maximum and actual number of cases in a switch case range is reported" was merged into master:

- c075c4e00a992ffe495837600b89a92943ccbbb5 by dkorpel:
  fix issue 21431 - Incorrect maximum and actual number of cases in a switch
case range is reported

https://github.com/dlang/dmd/pull/13058

--