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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 14 17:44:28 UTC 2022


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

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

--


More information about the Digitalmars-d-bugs mailing list