zig/lib/std/fs
Jakub Konka eea7271c4e Fix incorrect continue condition in PreopeonList
Also, check for overflow on incremented file descriptors. Previously,
we'd trigger a panic if we exceeded the `fd_t` resolution. Now, instead,
we throw an `error.Overflow` to signal that there can be no more
file descriptors available from the runtime. This way we give the user
the ability to still be able to check if their desired preopen exists
in the list or not.
2020-07-12 21:02:33 +00:00
..
file.zig Add std.fs.File.readAllAlloc tests 2020-06-22 20:03:21 -04:00
get_app_data_dir.zig Add/fix missing WASI functionality to pass libstd tests 2020-05-18 16:09:49 +02:00
path.zig std.mem.dupe is deprecated, move all references in std 2020-07-04 21:40:06 +03:00
test.zig Update lib/std/fs/test.zig 2020-07-02 20:54:57 +02:00
wasi.zig Fix incorrect continue condition in PreopeonList 2020-07-12 21:02:33 +00:00
watch.zig std.mem.dupe is deprecated, move all references in std 2020-07-04 21:40:06 +03:00