Thread overview
[Issue 18830] Document Allowance for "new" with "scope" in @nogc Functions
May 06, 2018
greenify
Dec 17, 2022
Iain Buclaw
Feb 02, 2023
Dlang Bot
Feb 02, 2023
Dlang Bot
May 06, 2018
https://issues.dlang.org/show_bug.cgi?id=18830

greenify <greeenify@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |greeenify@gmail.com

--- Comment #1 from greenify <greeenify@gmail.com> ---
FWIW scope & new will result in an allocation on the stack, though I agree that this should be properly documented.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18830

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
February 02, 2023
https://issues.dlang.org/show_bug.cgi?id=18830

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RaresCon created dlang/dlang.org pull request #3515 "Fixed issue 18830 - document "new" with "scope" in @nogc Functions" mentioning this issue:

- Fixed issue 18830 - document "new" with "scope" in @nogc Functions

https://github.com/dlang/dlang.org/pull/3515

--
February 02, 2023
https://issues.dlang.org/show_bug.cgi?id=18830

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/dlang.org pull request #3515 "Fixed issue 18830 - document "new" with "scope" in @nogc Functions" was merged into master:

- 9d04378250a90b506bf1ed22ff35d35edd762589 by RaresCon:
  Fixed issue 18830 - document "new" with "scope" in @nogc Functions

- f5706c8e76ff48c92dd1e5e3ba7bcccb4e114a2f by RaresCon:
  Fix Issue 18830 - document "new" with "scope" in @nogc Functions

https://github.com/dlang/dlang.org/pull/3515

--