Thread overview
[Issue 9997] Missed misspell suggestions for UFCS
Apr 03, 2022
tyckesak
Apr 03, 2022
Dennis
Dec 17, 2022
Iain Buclaw
Jul 08, 2024
Dlang Bot
Jul 08, 2024
Dlang Bot
April 03, 2022
https://issues.dlang.org/show_bug.cgi?id=9997

tyckesak <josipp@live.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |josipp@live.de
         Resolution|---                         |LATER

--- Comment #1 from tyckesak <josipp@live.de> ---
Old request, I'm gonna go and leave my thoughts anyway...

If this were to be considered, the debate around @property and its interaction with UFCS would need to come to some conclusion, which it did not AFAIK.

--
April 03, 2022
https://issues.dlang.org/show_bug.cgi?id=9997

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |dkorpel@live.nl
         Resolution|LATER                       |---

--- Comment #2 from Dennis <dkorpel@live.nl> ---
This has nothing to do with @property, splitLines is a regular function and it's not returning a callable.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=9997

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--
July 08, 2024
https://issues.dlang.org/show_bug.cgi?id=9997

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #16673 "Fix Bugzilla 9997 - Missed misspell suggestions for UFCS" fixing this issue:

- Fix Bugzilla 9997 - Missed misspell suggestions for UFCS

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

--
July 08, 2024
https://issues.dlang.org/show_bug.cgi?id=9997

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16673 "Add speller suggestions for UFCS and pointer fields" was merged into master:

- 97366596be4bdbcb0b2bee8b5b427406e6df25ed by Nick Treleaven:
  Fix Bugzilla 9997 - Missed misspell suggestions for UFCS

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

--