Thread overview
[Issue 21880] [REG 2.095] scope variable assigned to non-scope parameter calling function
May 01, 2021
Dlang Bot
May 03, 2021
Dlang Bot
May 12, 2021
Dlang Bot
May 01, 2021
https://issues.dlang.org/show_bug.cgi?id=21880

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw created dlang/dmd pull request #12493 "fix Issue 21880 - [REG 2.095] scope variable assigned to non-scope parameter calling function" fixing this issue:

- fix Issue 21880 - [REG 2.095] scope variable assigned to non-scope parameter calling function

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

--
May 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21880

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 #12493 "fix Issue 21880 - [REG 2.095] scope variable assigned to non-scope parameter calling function" was merged into stable:

- 7e78916aa47dc27fefa91efeddd44808e30157b7 by Iain Buclaw:
  fix Issue 21880 - [REG 2.095] scope variable assigned to non-scope parameter
calling function

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

--
May 12, 2021
https://issues.dlang.org/show_bug.cgi?id=21880

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12516 "merge stable" was merged into master:

- 4ec6b7e90cafb55e582dceb42a00394500a851cc by Iain Buclaw:
  fix Issue 21880 - [REG 2.095] scope variable assigned to non-scope parameter
calling function

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

--