zig/lib
Igor Anić 035c1b6522 std.tar: add strip components error to diagnostics
This was the only kind of error which was raised in pipeToFileSystem and
not added to Diagnostics.
Shell tar silently ignores paths which are stripped out when used with
`--strip-components` switch. This enables that same behavior, errors
will be collected in diagnostics but caller is free to ignore that type
of diagnostics errors.
Enables use case where caller knows structure of the tar file and want
to extract only some deeply nested folders ignoring upper files/folders.

Fixes: #17620 by giving caller options:
- not provide diagnostic and get errors
- provide diagnostics and analyze errors
- provide diagnostics and ignore errors
2024-07-03 12:12:50 -07:00
..
compiler Rename MAX_NAME_BYTES to max_name_bytes 2024-07-03 17:42:09 +01:00
compiler_rt stage2-wasm: bit_reverse 2024-06-16 11:53:33 +02:00
docs std: Convert deprecated aliases to compile errors and fix usages 2024-06-13 10:18:59 -04:00
include update C language headers to LLVM 18 2024-05-08 19:37:28 -07:00
init seriously people, don't put "zig-" in your package names 2024-06-05 15:49:47 -07:00
libc glibc headers: arc4random* functions added in glibc 2.36 2024-07-03 02:57:24 -04:00
libcxx update libcxx and libcxxabi to llvm 18.1.6 2024-05-20 16:12:36 -04:00
libcxxabi update libcxx and libcxxabi to llvm 18.1.6 2024-05-20 16:12:36 -04:00
libunwind libunwind: update to LLVM 18 2024-05-08 19:37:29 -07:00
std std.tar: add strip components error to diagnostics 2024-07-03 12:12:50 -07:00
tsan
c.zig std.builtin: make link mode fields lowercase 2024-03-11 07:09:10 -07:00
compiler_rt.zig stage2-wasm: bit_reverse 2024-06-16 11:53:33 +02:00
zig.h - Fix ypedef -> typedef 2024-06-21 00:12:13 -04:00