Thread overview
[Issue 23928] improve error msg: scope variable s assigned to non-scope parameter this calling abc
May 19, 2023
Walter Bright
May 19, 2023
Dlang Bot
May 19, 2023
Dlang Bot
May 19, 2023
https://issues.dlang.org/show_bug.cgi?id=23928

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
May 19, 2023
https://issues.dlang.org/show_bug.cgi?id=23928

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15249 "fix Issue 23928 - improve error msg: scope variable s assigned to non…" fixing this issue:

- fix Issue 23928 - improve error msg: scope variable s assigned to non-scope parameter this calling abc

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

--
May 19, 2023
https://issues.dlang.org/show_bug.cgi?id=23928

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 #15249 "fix Issue 23928 - improve error msg: scope variable s assigned to non…" was merged into master:

- 6e4b469ec7af3d508c96605a93216432460a162b by Walter Bright:
  fix Issue 23928 - improve error msg: scope variable s assigned to non-scope
parameter this calling abc

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

--