Thread overview
[Issue 20353] -checkaction=context does not work well with const numbers
Nov 05, 2019
Dlang Bot
Nov 11, 2020
Basile-z
November 04, 2019
https://issues.dlang.org/show_bug.cgi?id=20353

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg

--- Comment #1 from moonlightsentinel@disroot.org ---
The second error was fixed as a side effect of https://github.com/dlang/druntime/pull/2846/

--
November 05, 2019
https://issues.dlang.org/show_bug.cgi?id=20353

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #10535 "Fix Issue 20353 - -checkaction=context does not work well with const …" fixing this issue:

- Fix Issue 20353 - -checkaction=context does not work well with const numbers

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

--
December 26, 2019
https://issues.dlang.org/show_bug.cgi?id=20353

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |WORKSFORME

--- Comment #3 from Basile-z <b2.temp@gmx.com> ---
fixed by https://github.com/dlang/dmd/pull/11005

--