-
Notifications
You must be signed in to change notification settings - Fork 640
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
BREAKING(cli/unstable): rename ProgressBar
end()
method to stop()
#6406
base: main
Are you sure you want to change the base?
BREAKING(cli/unstable): rename ProgressBar
end()
method to stop()
#6406
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6406 +/- ##
=======================================
Coverage 96.08% 96.08%
=======================================
Files 560 560
Lines 42350 42350
Branches 6383 6383
=======================================
Hits 40690 40690
Misses 1621 1621
Partials 39 39 ☔ View full report in Codecov by Sentry. |
ProgressBar
end()
method to stop()
ProgressBar
end()
method to stop()
ProgressBar
end()
method to stop()
ProgressBar
end()
method to stop()
@BlackAsLight What do you think? |
ProgressBar
end()
method to stop()
ProgressBar
end()
method to stop()
I don't mind the name change |
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.
LGTM
I think you forgot to merge this pull request? |
I'd prefer to keep this and other breaking changes to ProgressBar open for a while to see if there's further feedbacks, and also to not break the usages for every release (ideally I like to merge all breaking changes to ProgressBar at once to minimize the impact of breakage) |
This PR renames
ProgressBar
end()
method tostop()
to align with Spinner.