Thread overview
[Issue 20675] dip1000 improper error about copying scope parameter into allocated memory
Mar 16, 2020
Walter Bright
Mar 16, 2020
Dlang Bot
Mar 17, 2020
Dlang Bot
Mar 18, 2020
Dlang Bot
March 16, 2020
https://issues.dlang.org/show_bug.cgi?id=20675

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
March 16, 2020
https://issues.dlang.org/show_bug.cgi?id=20675

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@aG0aep6G created dlang/dmd pull request #10929 "fix issue 20675 - dip1000 improper error about copying scope paramete…" fixing this issue:

- fix issue 20675 - dip1000 improper error about copying scope parameter into allocated memory

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

--
March 17, 2020
https://issues.dlang.org/show_bug.cgi?id=20675

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #10931 "fix Issue 20675 - dip1000 improper error about copying scope paramete…" fixing this issue:

- fix Issue 20675 - dip1000 improper error about copying scope parameter into allocated memory

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

--
March 18, 2020
https://issues.dlang.org/show_bug.cgi?id=20675

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 #10929 "fix issue 20675 - dip1000 improper error about copying scope paramete…" was merged into master:

- 4b7eccf3430b2444b2158f8ba7e2954f3919d29e by aG0aep6G:
  fix issue 20675 - dip1000 improper error about copying scope parameter into
allocated memory

- b93c70082931b2c39b39819728a0f5f7afb16a83 by aG0aep6G:
  move test for issue 20675 to test/compilable/scope.d

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

--