Thread overview
[Issue 21830] Wrong deprecation message when non-deprecated template in static condition
Apr 15, 2021
Iain Buclaw
Apr 15, 2021
Dlang Bot
Apr 16, 2021
Dlang Bot
April 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21830

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
            Summary|Wrong deprecation message   |Wrong deprecation message
                   |when non-deprecated         |when non-deprecated
                   |function in static          |template in static
                   |condition                   |condition

--
April 15, 2021
https://issues.dlang.org/show_bug.cgi?id=21830

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #12441 "fix Issue 21830 - Wrong deprecation message when non-deprecated template in static condition" fixing this issue:

- fix Issue 21830 - Wrong deprecation message when non-deprecated template in static condition

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

--
April 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21830

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 #12441 "fix Issue 21830 - Wrong deprecation message when non-deprecated template in static condition" was merged into master:

- 5636fb3b592c0b85a109b2737014598bf5e448af by Iain Buclaw:
  fix Issue 21830 - Wrong deprecation message when non-deprecated template in
static condition

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

--