Thread overview
[Issue 20691] Converting scope static array to scope dynamic array should be error
Mar 21, 2020
Walter Bright
Mar 21, 2020
Walter Bright
Mar 21, 2020
Dlang Bot
Mar 21, 2020
Mathias LANG
Mar 21, 2020
Mathias LANG
Aug 27, 2021
Dlang Bot
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20691

Walter Bright <bugzilla@digitalmars.com> changed:

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

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

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
-preview=dip1000 too

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #10951 "fix Issue 20691 - Converting scope static array to scope dynamic arra…" fixing this issue:

- fix Issue 20691 - Converting scope static array to scope dynamic array should be error

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

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

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pro.mathias.lang@gmail.com

--- Comment #3 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Why ?

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

Mathias LANG <pro.mathias.lang@gmail.com> changed:

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

--- Comment #4 from Mathias LANG <pro.mathias.lang@gmail.com> ---
I see you commented on 20505. Why open a new issue then ? Let's keep the discussion in one place.

*** This issue has been marked as a duplicate of issue 20505 ***

--
August 27, 2021
https://issues.dlang.org/show_bug.cgi?id=20691

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|DUPLICATE                   |FIXED

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10951 "fix Issue 20691 - Converting scope static array to scope dynamic arra…" was merged into master:

- 4da2034d14e9a9aa19260fde343b5fc6b613201f by Walter Bright:
  fix Issue 20691 - Converting scope static array to scope dynamic array should
be error

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

--