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

Progress of download does not clear the whole output line #875

Closed
batzen opened this issue Jul 26, 2016 · 2 comments
Closed

Progress of download does not clear the whole output line #875

batzen opened this issue Jul 26, 2016 · 2 comments

Comments

@batzen
Copy link

batzen commented Jul 26, 2016

What You Are Seeing?

Progress of download does not clear the whole output line. This results in artifacts being displayed if the reported progress gets shorter. This happens, for example, when download progress switches from formatted MB to formatted GB.

What is Expected?

Progress being displayed without artifacts.

How Did You Get This To Happen? (Steps to Reproduce)

Upgrading or installing a package which downloads files larger or equal to 1 GB.

Output Log

Log won't help much here. Attaching screenshot instead.
The last part " 4)" in the screenshot is the artifact i am talking about.
screenshot 5
On 100% this changes to "Progress: 100% - Saving 6.77 GB of 6.81 GB (7272877423/7309161064) )" where the artifact is just " )".

@ferventcoder ferventcoder added this to the 0.9.10.4 milestone Jul 26, 2016
@ferventcoder ferventcoder self-assigned this Jul 26, 2016
@ferventcoder
Copy link
Member

ferventcoder commented Jul 26, 2016

Related to #872

ferventcoder pushed a commit that referenced this issue Aug 3, 2016
Pad the progress output to ensure we cover the full width of the console,
leaving no artifacts behind.
ferventcoder added a commit that referenced this issue Aug 3, 2016
* pr873:
  (GH-875) Pad progress output line to console width
  (GH-872) Fix: Download progress never reaches completion
ferventcoder added a commit that referenced this issue Aug 3, 2016
* stable:
  (GH-875) Pad progress output line to console width
  (GH-872) Fix: Download progress never reaches completion
@ferventcoder
Copy link
Member

Fixed in 0.9.10.4. Thanks @bill-long!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants