January 14, 2022
https://issues.dlang.org/show_bug.cgi?id=22668

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 #13533 "Fix 22668 - Don't errors when a deprecated method overrides another one" fixing this issue:

- Fix 22668 - Don't errors when a deprecated method overrides another one

  Because both declarations acknowledge that the declaration is deprecated.
  This is especially important for libraries that provide a collection of
  classes and want to deprecate certain method throughout the entire
  class hierarchy.

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

--
January 14, 2022
https://issues.dlang.org/show_bug.cgi?id=22668

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 #13533 "Fix 22668 - Don't error when a deprecated method overrides another one" was merged into master:

- eb9c1b9c071620f7f19a34401af4bf165de3cad6 by MoonlightSentinel:
  Fix 22668 - Don't errors when a deprecated method overrides another one

  Because both declarations acknowledge that the declaration is deprecated.
  This is especially important for libraries that provide a collection of
  classes and want to deprecate certain method throughout the entire
  class hierarchy.

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

--