Thread overview
[Issue 16165] Show expected number of function arguments on mismatch
[Issue 16165] Better error message for mismatched function argument types
Jun 12, 2016
Jonathan Marler
Jun 15, 2016
Sobirari Muhomori
Dec 30, 2017
Nick Treleaven
Jan 02, 2018
Nick Treleaven
Jan 30, 2018
Nick Treleaven
Apr 02, 2021
Dlang Bot
June 12, 2016
https://issues.dlang.org/show_bug.cgi?id=16165

Jonathan Marler <johnnymarler@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
June 15, 2016
https://issues.dlang.org/show_bug.cgi?id=16165

Sobirari Muhomori <dfj1esp02@sneakemail.com> changed:

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

--
December 30, 2017
https://issues.dlang.org/show_bug.cgi?id=16165

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |nick@geany.org
         Resolution|---                         |DUPLICATE

--- Comment #1 from Nick Treleaven <nick@geany.org> ---


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

--
January 02, 2018
https://issues.dlang.org/show_bug.cgi?id=16165

Nick Treleaven <nick@geany.org> changed:

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

--- Comment #2 from Nick Treleaven <nick@geany.org> ---
Reopening for when argument count doesn't match parameters: https://github.com/dlang/dmd/pull/7584

--
January 30, 2018
https://issues.dlang.org/show_bug.cgi?id=16165

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Better error message for    |Show expected number of
                   |mismatched function         |function arguments on
                   |argument types              |mismatch

--
December 01, 2018
https://issues.dlang.org/show_bug.cgi?id=16165

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/b14d8f83d8194867f24aa823aa3a1ff9891f015a Fix Issue 16165 - Show count of arguments vs parameters on mismatch

https://github.com/dlang/dmd/commit/f35640a7a5aa264c7f7588c4e3ac3b24fd8d225a Merge pull request #7584 from ntrel/count-args

 Fix Issue 16165 - Show expected number of function arguments on mismatch

--
April 02, 2021
https://issues.dlang.org/show_bug.cgi?id=16165

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12339 "[dmd-cxx] Backport fixes and trivial features from upstream dmd" was merged into dmd-cxx:

- a90f4ffcbb0df03f4421617cdf9bf3435d143539 by Nick Treleaven:
  [dmd-cxx] Fix Issue 16165 - Show expected number of function arguments on
mismatch

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

--