Thread overview
[Issue 20637] spelling correction offers private members
Mar 05, 2020
Basile-z
Mar 05, 2020
FeepingCreature
Mar 05, 2020
Dlang Bot
Mar 05, 2020
FeepingCreature
Mar 06, 2020
Dlang Bot
Mar 21, 2020
Basile-z
Mar 23, 2020
Mathias LANG
Sep 06, 2020
Mathias LANG
March 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20637

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |DUPLICATE

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---


*** This issue has been marked as a duplicate of issue 5839 ***

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|DUPLICATE                   |---

--- Comment #2 from FeepingCreature <default_357-line@yahoo.de> ---
Different issue: private member of class is a separate codepath from private member of module.

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

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/dmd pull request #10867 "Fix/issue 20637 dont offer private type property corrections" fixing this issue:

- Fix issue 20637: don't offer type property corrections if they aren't visible from the current scope.

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

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

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

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

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

Steven Schveighoffer <schveiguy@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@yahoo.com

--- Comment #4 from Steven Schveighoffer <schveiguy@yahoo.com> ---
(In reply to FeepingCreature from comment #2)
> Different issue: private member of class is a separate codepath from private member of module.

So does this mean we should re-close 5839? Technically this is a duplicate of my issue 20531 which was closed as a duplicate of 5839

I just want to make sure we don't still have 2 reports open if there aren't still 2 separate issues.

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

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

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

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10867 "Fix issue 20637: Don't offer private type property corrections" was merged into master:

- 388a16e0968cd7034068d49b4a6f71d84f1889b4 by Mathis Beer:
  Fix issue 20637: don't offer type property corrections if they aren't visible
from the current scope.

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

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

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

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

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |destructionator@gmail.com

--- Comment #6 from Mathias LANG <pro.mathias.lang@gmail.com> ---
*** Issue 20694 has been marked as a duplicate of this issue. ***

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

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc

--- Comment #7 from Mathias LANG <pro.mathias.lang@gmail.com> ---
*** Issue 5839 has been marked as a duplicate of this issue. ***

--