Thread overview
[Issue 23190] std.stdio.File should be usable in @safe
Jun 16, 2022
Susan
Jun 16, 2022
Dennis
Jun 16, 2022
Dennis
Jun 16, 2022
Dlang Bot
Jun 16, 2022
Dlang Bot
Aug 03, 2022
Dlang Bot
Dec 17, 2022
Iain Buclaw
June 16, 2022
https://issues.dlang.org/show_bug.cgi?id=23190

Susan <su+dlangissues@angel-island.zone> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |su+dlangissues@angel-island
                   |                            |.zone

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

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl

--- Comment #1 from Dennis <dkorpel@live.nl> ---
Looks like the biggest problem is that `DirIterator` and `ByLineImpl` use `std.typecons : RefCounted` which has a `@system` destructor.

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

--- Comment #2 from Dennis <dkorpel@live.nl> ---
It would be helpful to get this in: https://github.com/dlang/phobos/pull/8368

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/phobos pull request #8475 "Issue 23190 - make some std.file unittests `@safe`" mentioning this issue:

- Issue 23190 - make some std.file unittests `@safe`

https://github.com/dlang/phobos/pull/8475

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8475 "Issue 23190 - make some std.file unittests `@safe`" was merged into master:

- bf405829c5d8313c400012fea57113df2a0959fc by Dennis Korpel:
  Issue 23190 - make some std.file unittests `@safe`

https://github.com/dlang/phobos/pull/8475

--
August 03, 2022
https://issues.dlang.org/show_bug.cgi?id=23190

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RubyTheRoobster updated dlang/phobos pull request #8525 "fix issue 23140" mentioning this issue:

- Issue 23190 - make some std.file unittests `@safe`

https://github.com/dlang/phobos/pull/8525

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

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

--