[Issue 22668] Deprecation when a deprecated method overrides another deprecated method

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 14 15:16:25 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=22668

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

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

--- Comment #1 from Dlang Bot <dlang-bot at 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

--


More information about the Digitalmars-d-bugs mailing list