-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
In light of #16736 being closed, this:
Note also that pretty much all
Absolutefunctions have poor test coverage to the point that some will give a compile error if anyone tried to actually use them (e.g. on Windows anything that tries to call the no-longer-existingos.windows.cStrToWin32PrefixedFileWfunction [these functions have never worked since their introduction in #5879 which ended up removingcStrToWin32PrefixedFileWbefore it was merged but left some calls of it around])
needs to be addressed by actually fixing and improving the test coverage of the Z/W suffixed functions.
Relevant test file:
https://github.com/ziglang/zig/blob/master/lib/std/fs/test.zig
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contributor friendlyThis issue is limited in scope and/or knowledge of Zig internals.This issue is limited in scope and/or knowledge of Zig internals.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.