zig/lib/std/fs
Ryan Liptak 764cf4e53f std.fs: Fix WalkerEntry.dir not always being the containing dir
Before this commit, the modified test would fail with `FileNotFound` because the `entry.dir` would be for the entry itself rather than the containing dir of the entry. That is, if you were walking a tree of `a/b`, then (previously) the entry for `b` would incorrectly have an `entry.dir` for `b` rather than `a`.
2022-08-15 11:25:51 +03:00
..
file.zig math: make cast return optional instead of an error 2022-05-27 16:43:33 -04:00
get_app_data_dir.zig std/fs: Support XDG_DATA_HOME 2022-01-24 17:33:38 +02:00
path.zig stdlib std.os: Improve wasi-libc parity for WASI CWD emulation 2022-04-16 18:08:05 +02:00
test.zig std.fs: Fix WalkerEntry.dir not always being the containing dir 2022-08-15 11:25:51 +03:00
wasi.zig stdlib std.os: Improve wasi-libc parity for WASI CWD emulation 2022-04-16 18:08:05 +02:00
watch.zig fs: Use OpenMode enum instead of read/write flags. 2022-01-29 15:52:08 +02:00