Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

run: --debug flag caused a panic with the Uncompress progress bar #57

Merged
merged 1 commit into from
Oct 23, 2015

Conversation

cgonyeo
Copy link
Member

@cgonyeo cgonyeo commented Oct 23, 2015

The recent refactor resulted in the registry being correctly passed the
debug value, which exposed an issue with an additional progress bar that
was being drawn when uncompressing a dependency.

The panic was a combination of the logic drawing the bar passing the
ioprogress library a number that was too small for the total size, and
the ioprogress library not having a patch to be able to handle incorrect
numbers.

This commit removes the uncompressing bar, and updates the ioprogress
library.

Fixes #56

The recent refactor resulted in the registry being correctly passed the
debug value, which exposed an issue with an additional progress bar that
was being drawn when uncompressing a dependency.

The panic was a combination of the logic drawing the bar passing the
ioprogress library a number that was too small for the total size, and
the ioprogress library not having a patch to be able to handle incorrect
numbers.

This commit removes the uncompressing bar, and updates the ioprogress
library.

Fixes containers#56
@jonboulle
Copy link
Contributor

LGTM

cgonyeo pushed a commit that referenced this pull request Oct 23, 2015
run: --debug flag caused a panic with the Uncompress progress bar
@cgonyeo cgonyeo merged commit 8cfe081 into containers:master Oct 23, 2015
@cgonyeo cgonyeo deleted the fix-uncompress-panic branch November 13, 2015 22:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants