zig icon indicating copy to clipboard operation
zig copied to clipboard

rename --verbose to --verbose-spawn and limit the scope of what it does

Open andrewrk opened this issue 2 years ago • 0 comments

Extracted from https://github.com/ziglang/zig/pull/14647.

Redefine it to: print to stderr the commandline before spawning any child process.

Audit all uses of the verbose flag and all child process invocations.

https://github.com/ziglang/zig/blob/68c7261e1daf7787dcbf0cd6f9b01e5678d20a93/lib/build_runner.zig#L117-L118

https://github.com/ziglang/zig/blob/68c7261e1daf7787dcbf0cd6f9b01e5678d20a93/lib/build_runner.zig#L946

andrewrk avatar Mar 17 '23 01:03 andrewrk