Thread overview
[Issue 24248] const constructor with mutable target gives wrong error message
Nov 16, 2023
Nick Treleaven
[Issue 24248] const constructor call with mutable target gives wrong error message
Nov 16, 2023
Nick Treleaven
Nov 16, 2023
Dlang Bot
Nov 18, 2023
Dlang Bot
November 16, 2023
https://issues.dlang.org/show_bug.cgi?id=24248

Nick Treleaven <nick@geany.org> changed:

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

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

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|const constructor with      |const constructor call with
                   |mutable target gives wrong  |mutable target gives wrong
                   |error message               |error message

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

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 #15827 "Fix Issue 24248 - const constructor call with mutable target gives wrong error message" fixing this issue:

- Fix Issue 24248 - const constructor call with mutable target gives wrong error message

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

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15827 "Fix Issue 24248 - const constructor call with mutable target gives wrong error message" was merged into master:

- 9c9b764e0f9fd55734ebed393f59cf87257ebb63 by Nick Treleaven:
  Fix Issue 24248 - const constructor call with mutable target gives wrong
error message

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

--