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

Parallel decompression emits unaligned progress #473

Closed
jeiea opened this issue Jul 24, 2023 · 0 comments · Fixed by #509
Closed

Parallel decompression emits unaligned progress #473

jeiea opened this issue Jul 24, 2023 · 0 comments · Fixed by #509
Labels
bug Something isn't working high priority

Comments

@jeiea
Copy link

jeiea commented Jul 24, 2023

Version

main (1d540f5)

Description

It seems ouch decompresses multiple files simultaneously if it receives multiple archive. And console output does not seem to be properly synchronized.

ouch d *.zip

Current Behavior

[INFO] ".tmprodOHc/xxx/720p/00055.ts" extracted. (763.93KiB)
[INFO] [INFO] [INFO] ".tmpzEX0FK/yyy/360p/00078.ts" extracted. (258.50KiB)
[INFO] ".tmpUxTc0M/zzz/1080p/00196.ts" extracted. (1.75MiB)
".tmpec6lgY/www/720p/00170.ts" extracted. (353.42KiB)
[INFO] ".tmpRayxtP/vvv/1080p/00016.ts" extracted. (1.63MiB)
".tmpl2XqzX/uuu/360p/00023.ts" extracted. (284.94KiB)
[INFO] ".tmp6QNijC/ttt/1080p/00266.ts" extracted. (1.83MiB)
[INFO] ".tmpzEX0FK/yyy/360p/00079.ts" extracted. (265.84KiB)

Expected Behavior

[INFO] ".tmprodOHc/xxx/720p/00055.ts" extracted. (763.93KiB)
[INFO] ".tmpzEX0FK/yyy/360p/00078.ts" extracted. (258.50KiB)
[INFO] ".tmpUxTc0M/zzz/1080p/00196.ts" extracted. (1.75MiB)
[INFO] ".tmpec6lgY/www/720p/00170.ts" extracted. (353.42KiB)
[INFO] ".tmpRayxtP/vvv/1080p/00016.ts" extracted. (1.63MiB)
[INFO] ".tmpl2XqzX/uuu/360p/00023.ts" extracted. (284.94KiB)
[INFO] ".tmp6QNijC/ttt/1080p/00266.ts" extracted. (1.83MiB)
[INFO] ".tmpzEX0FK/yyy/360p/00079.ts" extracted. (265.84KiB)

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants