-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
breakingImplementing this issue could cause existing code to no longer compile or have different behavior.Implementing this issue could cause existing code to no longer compile or have different behavior.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management
Milestone
Description
Extracted from #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.
Lines 117 to 118 in 68c7261
| if (mem.eql(u8, arg, "--verbose")) { | |
| builder.verbose = true; |
Line 946 in 68c7261
| \\ --verbose Print commands before executing them |
Metadata
Metadata
Assignees
Labels
breakingImplementing this issue could cause existing code to no longer compile or have different behavior.Implementing this issue could cause existing code to no longer compile or have different behavior.zig build systemstd.Build, the build runner, `zig build` subcommand, package managementstd.Build, the build runner, `zig build` subcommand, package management