Thread overview
[Issue 20638] spelling correction offers private member of package on named package access
Mar 05, 2020
FeepingCreature
Mar 05, 2020
Dlang Bot
Mar 06, 2020
Dlang Bot
March 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20638

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |trivial

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

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/dmd pull request #10868 "Fix issue 20638: only offer correction for module property if symbol is visible." fixing this issue:

- Fix issue 20638: only offer correction for symbol, accessed as explicit module property, if symbol is visible.

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

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

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 #10868 "Fix issue 20638: only offer correction for module property if symbol is visible." was merged into master:

- 0122454e8cbe9952698f61a833bcd31d44d989c7 by Mathis Beer:
  Fix issue 20638: only offer correction for symbol, accessed as explicit
module property, if symbol is visible.

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

--