The build runner doesn't clear the progress line when running zig build run
#18855
Labels
bug
Observed behavior contradicts documented or intended behavior
zig build system
std.Build, the build runner, `zig build` subcommand, package management
Milestone
Zig Version
v0.12.0-dev.2641+ee36131e6
Steps to Reproduce and Observed Behavior
The output of the build runner after running
zig build run
is mixed with the executable output when it needs to compile filesRepro steps:
zig build run
I get this:
I reproduce this on windows 10 and WSL with both VSCode's terminal and the Windows Terminal; On macOS Catalina with iTerm and also on Linux with kitty
Expected Behavior
I would expect the build runner output to be cleared.
The text was updated successfully, but these errors were encountered: