-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
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
Description
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 @panic stubs:
- dirStat
- fileSeekBy
- dirMakePath
- openSelfExe
- fileWritePositional
- fileWriteStreaming
kasimeka, francisqureshi, ComputerBread and MeerMusik
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.