Thread overview
[Issue 20190] Deprecation not triggered on templates
Nov 04, 2019
Dlang Bot
Dec 17, 2022
Iain Buclaw
Apr 18, 2023
RazvanN
November 04, 2019
https://issues.dlang.org/show_bug.cgi?id=20190

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #10534 "Fix Issue 20190 - Deprecation not triggered on templates" fixing this issue:

- Fix Issue 20190 - Deprecation not triggered on templates

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20190

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
April 18, 2023
https://issues.dlang.org/show_bug.cgi?id=20190

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
I now get:

test.d(5): Deprecation: template `test.Const(T)` is deprecated

So this seems to have been fixed.

--