-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
nix path-info: Don't write to std::cout directly #11884
Conversation
This interferes with the progress bar, resulting in output like evaluating derivation 'git+file:///home/eelco/Dev/nix-master#packages.x86_64-linux.default'/nix/store/zz8v96j5md952x0mxfix12xqnvq5qv5x-nix-2.26.0pre20241114_a95f6ea.drv
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice fix
Technically this loses the streaming property, but that doesn't seem so bad. |
AFAIK |
…1884 nix path-info: Don't write to std::cout directly (backport #11884)
Well I assume @roberth means get a |
It should be possible to have a |
…1884 nix path-info: Don't write to std::cout directly (backport #11884)
Motivation
This interferes with the progress bar, resulting in output like
Context
Priorities and Process
Add 👍 to pull requests you find important.
The Nix maintainer team uses a GitHub project board to schedule and track reviews.