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

display progress counters at fixed locations #503

Merged
merged 2 commits into from
Apr 14, 2022

Conversation

autoantwort
Copy link
Contributor

Copy link
Member

@BillyONeal BillyONeal left a 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?

DECLARE_MESSAGE(RemovingPackage,
(msg::action_index, msg::action_count, msg::spec),
"",
"Removing {action_index}/{action_count} {spec}");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"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.

Copy link
Contributor Author

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]

Copy link
Member

@vicroms vicroms left a 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.

@BillyONeal BillyONeal merged commit 6305895 into microsoft:main Apr 14, 2022
@BillyONeal
Copy link
Member

Thanks for your contribution!

@autoantwort autoantwort deleted the counter-at-fixed-locations branch August 9, 2022 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants