Thread overview
[Issue 18154] std.process should be usable in @safe
Jan 03, 2018
Seb
Dec 17, 2022
Iain Buclaw
January 03, 2018
https://issues.dlang.org/show_bug.cgi?id=18154

Seb <greensunny12@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |18110


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=18110
[Issue 18110] most of phobos should be @safe-ly useable
--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=18154

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--
July 30
https://issues.dlang.org/show_bug.cgi?id=18154

Nick Treleaven <nick@geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick@geany.org

--- Comment #1 from Nick Treleaven <nick@geany.org> ---
It seems only kill and execv* functions are not safe/trusted/templates.

--