February 26, 2020
https://issues.dlang.org/show_bug.cgi?id=20609

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@Geod24 created dlang/dmd pull request #10838 "Fix issue 20609 - Disabled and deprecated functions show up as candidate" fixing this issue:

- Fix issue 20609 - Disabled and deprecated functions show up as candidate

  Do not show disabled functions as candidate or hints.
  Only show deprecated functions when inside a deprecated scope.

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

--
March 01, 2020
https://issues.dlang.org/show_bug.cgi?id=20609

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 #10838 "Fix issue 20609 - Disabled and deprecated functions show up as candidate" was merged into master:

- fd548ddd2abded59f4c4511c8f12dc3f90913712 by Geod24:
  Fix issue 20609 - Disabled and deprecated functions show up as candidate

  Do not show disabled functions as candidate or hints.
  Only show deprecated functions when inside a deprecated scope.

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

--