Thread overview
[Issue 23458] No template candidates listed when OverDeclaration or OverloadSet don't match
Nov 04, 2022
Nick Treleaven
Nov 04, 2022
Dlang Bot
Nov 04, 2022
Dlang Bot
Nov 05, 2022
Dlang Bot
November 04, 2022
https://issues.dlang.org/show_bug.cgi?id=23458

Nick Treleaven <nick@geany.org> changed:

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

--
November 04, 2022
https://issues.dlang.org/show_bug.cgi?id=23458

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #14617 "Fix Issue 23458 - No template candidates listed when OverDeclaration …" fixing this issue:

- Fix Issue 23458 - No template candidates listed when OverDeclaration or OverloadSet don't match

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

--
November 04, 2022
https://issues.dlang.org/show_bug.cgi?id=23458

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #14618 "Don't use 'Candidate is' when there is more than one alias function overload" fixing this issue:

- Fix Issue 23458 - No template candidates listed when OverDeclaration or OverloadSet don't match

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

--
November 05, 2022
https://issues.dlang.org/show_bug.cgi?id=23458

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 #14617 "Fix Issue 23458 - No template candidates listed when OverDeclaration …" was merged into master:

- a957c61837160b48f2f4920ff1b1edf4ba7d1062 by Nick Treleaven:
  Fix Issue 23458 - No template candidates listed when OverDeclaration or
OverloadSet don't match

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

--