-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress Bar "loses sync" under windows and spews 100's of lines #22055
Comments
I can't reproduce this (using Windows 10 with Windows Terminal).
|
My bad: I forgot to say that you should use branch And I happen to be using Windows 11 -- but I don't think it's a 10 v 11 issue. I think it's a VS code terminal window issue. Here's a cookbook (assuming zig is installed and in the path): git clone -b staging [email protected]:em-foundation/zigem-sdk.git
cd zigem-sdk
code . Then open a Bash terminal window inside VsCode: ./utils/clean.sh -d # this just cleans out things to be sure build has something to do
zig build And you should see the problem after a little while. The build works fine. It's just the terminal window is filled with detritus. |
Do you see a |
And I don't see a ► character at the start of the progress tree. |
Zig Version
v13
Steps to Reproduce and Observed Behavior
I see it when I run a
zig build
on thezigem-sdk
repo. The progress bar works normally for part of the build (i.e. overwriting itself as it progresses). Then all of a sudden, it "loses sync" and just spews 100's of lines. That is it no longer overwrites, it just writes 100s of lines of the same thing essentially.Expected Behavior
Two expectations:
So this is both a bug report and an enhancement request.
The text was updated successfully, but these errors were encountered: