[Issue 20609] Disabled and deprecated functions show up as candidate

2020-03-01 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20609

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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

--


[Issue 20609] Disabled and deprecated functions show up as candidate

2020-02-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20609

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Dlang Bot  ---
@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

--