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

ProgressFolder shouldn't finish progress bars on completion #290

Merged
merged 1 commit into from May 21, 2021

Conversation

mibac138
Copy link
Contributor

ProgressFolders represent only a part of the whole iterator and
so shouldn't finish progress bars as they don't have knowledge
of the completion of the rest of folders and otherwise could
prematurely finish a progress bar. Progress bar will still finish
when the iterator is dropped.

Fixes #289

ProgressFolders represent only a part of the whole iterator and
so shouldn't finish progress bars as they don't have knowledge
of the completion of the rest of folders and otherwise could
prematurely finish a progress bar
@djc djc merged commit 3f49b0e into console-rs:main May 21, 2021
@djc
Copy link
Collaborator

djc commented May 21, 2021

Thanks!

@mibac138 mibac138 deleted the main3 branch May 21, 2021 13:09
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.

The disappearing progress bar
2 participants