Skip to content
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

Fix stderr progress logging for decompression #2982

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

terrelln
Copy link
Contributor

@terrelln terrelln commented Jan 7, 2022

When decompressing with -q and an output file, the progress bar was mistakenly printed. This is a minimal fix, with a larger refactor to be stacked on top of it.

Fixes #2967.

When decompressing with `-q` and an output file, the progress bar was mistakenly printed. This is a minimal fix, with a larger refactor to be stacked on top of it.

Fixes facebook#2967.
@Cyan4973
Copy link
Contributor

Cyan4973 commented Jan 7, 2022

Indeed,
even though the change is minimal,
it's really difficult to understand what's going on here.

@Cyan4973
Copy link
Contributor

Cyan4973 commented Jan 8, 2022

Is this PR superseded by #2984 ?

@terrelln
Copy link
Contributor Author

Is this PR superseded by #2984 ?

No, PR #2984 is based on top of this one.

We can merge this first, and then merge #2984 separately.

@terrelln terrelln added the release-blocking Must be done by the release label Jan 10, 2022
@Cyan4973 Cyan4973 merged commit 7863327 into facebook:dev Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed release-blocking Must be done by the release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

broken output with zstd --decompress --quiet
3 participants