-
-
Notifications
You must be signed in to change notification settings - Fork 78
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
Bacon gets confused when the build command has unexpected output #24
Comments
Can you try with
I have two questions:
|
Yes, that was rust-lang/rust#79004; you may need to update your fork of the repository. |
I don't reproduce and I don't understand how x's output can travel up to the screen. Can you reproduce with the last commit (which pipes the command output to null) ? |
Works fine on latest master, thanks for the quick fix :) |
This is a screenshot of
bacon
after saving a modified file, after bacon starts up for the first time.I would expect the extra output to be either hidden or shown with proper line wrapping, not with weird indentation.
You can reproduce by running bacon on
rustc
(rustc strikes again!) with the followingbacon.toml
:The text was updated successfully, but these errors were encountered: