Thread overview
[Issue 24247] Improve constructor not callable using $modifier object error
Nov 16, 2023
Nick Treleaven
Nov 16, 2023
Dlang Bot
Nov 16, 2023
Dlang Bot
Nov 16, 2023
Dlang Bot
November 16, 2023
https://issues.dlang.org/show_bug.cgi?id=24247

Nick Treleaven <nick@geany.org> changed:

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

--
November 16, 2023
https://issues.dlang.org/show_bug.cgi?id=24247

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 #15826 "[dmd/func.d] Improve 'method not callable using a $mod object' error" fixing this issue:

- Add test

  Fix Issue 24247 - Improve constructor not callable using $modifier object
error

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

--
November 16, 2023
https://issues.dlang.org/show_bug.cgi?id=24247

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dmd pull request #15827 "Fix Issue 24248 - const constructor call with mutable target gives wrong error message" fixing this issue:

- Add test

  Fix Issue 24247 - Improve constructor not callable using $modifier object
error

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

--
November 16, 2023
https://issues.dlang.org/show_bug.cgi?id=24247

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 #15826 "[dmd/func.d] Reword 'method not callable using a $mod object' error for constructors" was merged into master:

- 5cf5959e9f3d7376dc8b6eb724198cd459bb1349 by Nick Treleaven:
  Add test

  Fix Issue 24247 - Improve constructor not callable using $modifier object
error

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

--