-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Move Filesystem APIs to std.Io #25738
Copy link
Copy link
Closed
Labels
breakingImplementing this issue could cause existing code to no longer compile or have different behavior.Implementing this issue could cause existing code to no longer compile or have different behavior.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
breakingImplementing this issue could cause existing code to no longer compile or have different behavior.Implementing this issue could cause existing code to no longer compile or have different behavior.enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Extracted from #25592.
All of std.fs, std.fs.File, and std.fs.Dir should be deprecated and implementations moved to std.Io.File and std.Io.Dir.
To close the issue std.Io.Threaded must implement all the APIs, including these which currently have
@panicstubs: