-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
std.fs needs more tests #5653
Copy link
Copy link
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
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
From #5538:
Currently,
std.fsonly has a few tests here; a lot is still completely untested. This is leading to regressions like #5643 and #5648 (@andrewrk ran the tests before merging b9e3df9 but none of the tests actually cover any of the affected code, so regressions slipped through)