Andrew Kelley
f28802a9c6
zig libc: fix subcommand
...
This branch regressed the child process "run" mechanism because it
didn't pass the correct stdin, stdout, stderr values to process.spawn
Fixed now.
2026-01-04 00:27:08 -08:00
Andrew Kelley
669dae140c
test-standalone: fix most compilation errors
2025-12-23 22:15:12 -08:00
Andrew Kelley
77d2ad8c92
std: consolidate all instances of std.Io.Threaded into a singleton
...
It's better to avoid references to this global variable, but, in the
cases where it's needed, such as in std.debug.print and collecting stack
traces, better to share the same instance.
2025-12-23 22:15:11 -08:00
Andrew Kelley
9e3bda5eff
tests: close() -> close(io)
2025-12-23 22:15:08 -08:00
Carl Åstholm
7b1a6a93a4
Fix install_headers test on macOS (and possibly Linux)
2024-04-07 15:34:47 +02:00
Carl Åstholm
27c8f895eb
Add standalone tests for Compile.installHeaders
...
Co-authored-by: Abhinav Gupta <mail@abhinavg.net >
2024-04-07 15:34:47 +02:00