Thread overview
[Issue 22415] importC: Deprecation: switch case fallthrough - use 'goto case;' if intended
Oct 17, 2021
Iain Buclaw
Nov 11, 2021
Dlang Bot
Nov 11, 2021
Dlang Bot
Nov 23, 2021
Dlang Bot
Dec 14, 2021
Dlang Bot
October 17, 2021
https://issues.dlang.org/show_bug.cgi?id=22415

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
November 11, 2021
https://issues.dlang.org/show_bug.cgi?id=22415

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13283 "fix Issue 22415 - ImportC: Deprecation: switch case fallthrough - use…" fixing this issue:

- fix Issue 22415 - importC: Deprecation: switch case fallthrough - use 'goto case;' if intended

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

--
November 11, 2021
https://issues.dlang.org/show_bug.cgi?id=22415

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13283 "fix Issue 22415 - ImportC: Deprecation: switch case fallthrough - use…" was merged into master:

- c17799324a05bcd9c008788805857c12bf8ee5f9 by Walter Bright:
  fix Issue 22415 - importC: Deprecation: switch case fallthrough - use 'goto
case;' if intended

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

--
November 23, 2021
https://issues.dlang.org/show_bug.cgi?id=22415

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13344 "[stable] importC: Backport master fixes to stable" was merged into stable:

- 5cbbd56942ed2b455aa09a0b9087b288621dead5 by Walter Bright:
  fix Issue 22415 - importC: Deprecation: switch case fallthrough - use 'goto
case;' if intended

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

--
December 14, 2021
https://issues.dlang.org/show_bug.cgi?id=22415

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13421 "merge stable" was merged into master:

- 53f3dc76d5aff132c5ac2a9474330af70d17914e by Iain Buclaw:
  [stable] importC: Backport master fixes to stable (#13344)

  * fix Issue 22415 - importC: Deprecation: switch case fallthrough - use 'goto
case;' if intended

  * ImportC: improve parsing error message

  Co-authored-by: Walter Bright <walter@walterbright.com>

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

--