-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Improvements to verbose mode output #2839
Conversation
Hi @Svetlitski-FB! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Generally speaking, for a CLI feature, we try to keep all code modifications at CLI level only (directory |
This PR delivers a feature which displays the window size of the currently decompressed frame if the CLI has received verbosity level 4 or more (aka command
|
Thanks for the clarification, and for bringing that more complex case to light, I was definitely unaware of that possibility. I do believe this feature was requested though (the first bulletpoint in the issue says: "Decompression memory requirements (rough number, it's not precise)"). |
It's possible to know the decompression memory requirement at compression time. It also corresponds to the information delivered by
|
Understood, sorry for the misunderstanding. |
237cd51
to
fc957a9
Compare
The updated PR looks good to me. We could work on merging this one, then you can continue the topic by delivering more value in another PR. |
Sure, or I could add more self-contained commits to this branch to reduce the number of merge commits that end up on |
Whichever method you select is good to me. If you have a short delay between 2 consecutive commits, it seems better to continue stacking commits in the same PR. |
fc957a9
to
86e4ad1
Compare
Alright, in that case if I can get the next change in by the end of the day today I'll keep it in this PR, and otherwise I'll start a new one. |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
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.
one last type mismatch to fix
f230f80
to
3ddd1a0
Compare
5767632
to
b388819
Compare
Thanks @Svetlitski-FB ! |
Draft PR, still in progress
When completed, this will close #2834.