-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
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
Currently, as highlighted in #6600, std.fs is very posix-based, which is harmful to cross-platform functionality. To improve the situation, I'm working on abstracting stat and chmod (maybe chown too) to a lowest-common-denominator, with the option to use more fine-grained platform-specific functionality if desired.
I'm making this issue so that nobody else works on this at the same time as myself, and wastes my or their time :)
zenith391, srccde, matu3ba and InKryption
Metadata
Metadata
Assignees
Labels
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.