-
Notifications
You must be signed in to change notification settings - Fork 296
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
display progress counters at fixed locations #503
display progress counters at fixed locations #503
Conversation
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.
I'm happy with this but want to confirm you considered the [x/y] prefix and discarded it for some reason?
include/vcpkg/remove.h
Outdated
DECLARE_MESSAGE(RemovingPackage, | ||
(msg::action_index, msg::action_count, msg::spec), | ||
"", | ||
"Removing {action_index}/{action_count} {spec}"); |
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.
"Removing {action_index}/{action_count} {spec}"); | |
"[{action_index}/{action_count}] Removing {spec}"); |
I think this was dg0yt's suggestion? (same for other examples)
I don't have strong opinions here I just want to make sure you considered this.
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.
Imo [x/y] looks only good when every line is prefixed with [x/y]
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.
Personally, I'd prefer the [x/y] ...
format but I'm not blocking over that.
Thanks for your contribution! |
Fixes #437 (comment)
cc @dg0yt