console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.23k stars 240 forks source link

Reset estimator of progress rate on backwards movement #483

Closed rlee287 closed 1 year ago

rlee287 commented 1 year ago

Implements a heuristic for ensuring that length finding via seeks does not disrupt the progress estimator.

Closes #480 .

djc commented 1 year ago

Sorry, the test failure is unrelated (see #482).