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 progress bar #1547

Merged
merged 5 commits into from Feb 1, 2017
Merged

Fix progress bar #1547

merged 5 commits into from Feb 1, 2017

Conversation

wch
Copy link
Collaborator

@wch wch commented Jan 19, 2017

This fixes #1472. Calling progress$set() with a NULL value no longer makes the progress bar go to 100%.

The documentation also said that setting the value to NULL would hide the progress status. It looks like we had code that tried to do that, but didn't actually work. I didn't see why it would be desirable to hide the progress bar anyway, since you can simply call progress$close() to remove it. So I fixed the documentation and removed the bits of code that tried to hide the progress status.

@wch wch merged commit 79a085a into master Feb 1, 2017
@wch wch deleted the wch/fix-progress branch February 1, 2017 02:38
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.

Progress$set() with no value specified increases progress to 1
1 participant