Thread overview
[Issue 13458] std.utf.decode not @nogc
Oct 01, 2014
Robert Schadek
Dec 08, 2021
Stanislav Blinov
Dec 17, 2022
Iain Buclaw
October 01, 2014
https://issues.dlang.org/show_bug.cgi?id=13458

--- Comment #1 from Robert Schadek <rburners@gmail.com> ---
http://forum.dlang.org/post/nmekkwvomoztshglanzy@forum.dlang.org

--
December 06, 2014
https://issues.dlang.org/show_bug.cgi?id=13458

sinkuupump@gmail.com changed:

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

--
December 08, 2021
https://issues.dlang.org/show_bug.cgi?id=13458

Stanislav Blinov <stanislav.blinov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stanislav.blinov@gmail.com

--- Comment #2 from Stanislav Blinov <stanislav.blinov@gmail.com> ---
Even with -dip1008 the current implementation won't be @nogc as it doesn't `throw new`, but instead uses a factory function.

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P4

--