Thread overview
[Issue 20734] Array literals as arguments to scope slice parameters should be stack-allocated
Apr 14, 2020
Dlang Bot
Apr 15, 2020
Dlang Bot
May 10, 2020
Mathias LANG
Oct 04, 2020
Dennis
Sep 14, 2021
Dennis
Jun 07, 2022
Iain Buclaw
April 14, 2020
https://issues.dlang.org/show_bug.cgi?id=20734

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke created dlang/dmd pull request #11039 "Fix issue 20734 - Allocate array literals as arguments to scope slice parameters on the stack" fixing this issue:

- Fix issue 20734 - Allocate array literals as arguments to scope slice parameters on the stack

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

--
April 15, 2020
https://issues.dlang.org/show_bug.cgi?id=20734

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 #11039 "Fix issue 20734 - Allocate array literals as arguments to scope slice parameters on the stack" was merged into master:

- f551f1b810d798a9ea9222e7e228ede32a90b6c2 by Martin Kinkelin:
  Fix issue 20734 - Allocate array literals as arguments to scope slice
parameters on the stack

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

--
May 10, 2020
https://issues.dlang.org/show_bug.cgi?id=20734

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu

--- Comment #3 from Mathias LANG <pro.mathias.lang@gmail.com> ---
*** Issue 11657 has been marked as a duplicate of this issue. ***

--
October 04, 2020
https://issues.dlang.org/show_bug.cgi?id=20734

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=21291

--
September 14, 2021
https://issues.dlang.org/show_bug.cgi?id=20734

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=22306

--
June 07, 2022
https://issues.dlang.org/show_bug.cgi?id=20734

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23170

--