Thread overview
[Issue 24135] Eponymous template member overloads not shown as call candidates
Sep 04, 2023
Nick Treleaven
Sep 04, 2023
Nick Treleaven
Sep 04, 2023
Dlang Bot
May 31, 2024
Dlang Bot
September 04, 2023
https://issues.dlang.org/show_bug.cgi?id=24135

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic

--
September 04, 2023
https://issues.dlang.org/show_bug.cgi?id=24135

--- Comment #1 from Nick Treleaven <nick@geany.org> ---
> The error messages only show the first internal overload of each template declaration

BTW that only applies to t2, for skipOver only the parent template is shown.

--
September 04, 2023
https://issues.dlang.org/show_bug.cgi?id=24135

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel updated dlang/dmd pull request #15572 "Fix Issue 24135 - Eponymous template member overloads not shown as call candidates" fixing this issue:

- Fix Issue 24135 - Eponymous template member overloads not shown as call candidates

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

--
May 31, 2024
https://issues.dlang.org/show_bug.cgi?id=24135

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15572 "Fix Issue 24135 - Eponymous template member overloads not shown as call candidates" was merged into master:

- dff4ad01b6e6c13284153e3a9b20fffb10a3e6da by Nick Treleaven:
  Fix Bugzilla 24135 - Eponymous template member overloads not shown as call
candidates

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

--