April 30, 2020
https://issues.dlang.org/show_bug.cgi?id=20789

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/dmd pull request #11081 "Fix issue 20789: -de should disable is(T : U) if T alias-this to U is deprecated" fixing this issue:

- Fix issue 20789: don't indicate deprecated alias this or alias this of
deprecated symbol as implicit conversion in is() when -de (deprecations as
errors) is on.

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

--
May 12, 2020
https://issues.dlang.org/show_bug.cgi?id=20789

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 #11081 "Fix issue 20789: -de should disable is(T : U) if T alias-this to U is deprecated unless in deprecated scope" was merged into master:

- d1cd1b9057934fa58a08c2f50e09805aacd7fc47 by Mathis Beer:
  Fix issue 20789: don't indicate deprecated alias this or alias this of
deprecated symbol as implicit conversion in is() when -de (deprecations as
errors) is on.

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

--