In light of #16736 being closed, this:
Note also that pretty much all Absolute functions 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-existing os.windows.cStrToWin32PrefixedFileW function [these functions have never worked since their introduction in #5879 which ended up removing cStrToWin32PrefixedFileW before 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
In light of #16736 being closed, this:
needs to be addressed by actually fixing and improving the test coverage of the
Z/Wsuffixed functions.Relevant test file:
https://github.com/ziglang/zig/blob/master/lib/std/fs/test.zig