Thread overview
[Issue 5115] std.typecons.scoped problems
May 18, 2018
Dmitry Olshansky
Dec 17, 2022
Iain Buclaw
May 18, 2018
https://issues.dlang.org/show_bug.cgi?id=5115

--- Comment #13 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
Indeed and with `scope` becoming a thing in DIP 1000 we can have our scope storage class to have stack-allocated classes.

scope a = new Blah(...);

scope class instances are everywhere in DMD frontend now as well.
It's plain as day that our library solution had failed and is not required
anymore.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--
December 01
https://issues.dlang.org/show_bug.cgi?id=5115

--- Comment #14 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/phobos/issues/9892

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--