Thread overview
[Issue 21940] Compiler flags -check=on/off not recognized
May 20, 2021
Dlang Bot
May 20, 2021
Dlang Bot
May 30, 2021
Dlang Bot
May 20, 2021
https://issues.dlang.org/show_bug.cgi?id=21940

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #12548 "Fix 21940 - Recognize on/off as valid options for -check" fixing this issue:

- Fix 21940 - Recognize on/off as valid options for -check

  Check for the special values `"on"` and `"off"` before parsing
  `<option>=<state>`.

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

--
May 20, 2021
https://issues.dlang.org/show_bug.cgi?id=21940

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 #12548 "Fix 21940 - Recognize on/off as valid options for -check" was merged into stable:

- 7fb9accd947edf98e53093b2d37cad650e0b5828 by MoonlightSentinel:
  Fix 21940 - Recognize on/off as valid options for -check

  Check for the special values `"on"` and `"off"` before parsing
  `<option>=<state>`.

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

--
May 30, 2021
https://issues.dlang.org/show_bug.cgi?id=21940

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

- fea011ecb74ca6f9a9124980e3ec0c9c60a5f7e3 by MoonlightSentinel:
  Fix 21940 - Recognize on/off as valid options for -check

  Check for the special values `"on"` and `"off"` before parsing
  `<option>=<state>`.

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

--