-
Notifications
You must be signed in to change notification settings - Fork 76
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
Compressing a single file to a single format that's not tar
or zip
panics
#87
Comments
tar
or zip
panicstar
or zip
panics
That's not intended, that's catastrophic! We for sure need to fix #31 and and this TODO: ouch/tests/compress_and_decompress.rs Line 60 in f46ff3c
Thanks for pointing this out, I need to merge one PR before, and then I'll fix this issue. Will try doing this today that I got some free time. |
Added to milestone 0.2.1 to remember have to make a new release with this fixed. |
Great, as soon as this is done I can make a pr for 54 :D |
If you come across any questions, feel free to ask them in 54, or in a draft pr so I can review and help 👍 . |
Hello, I was giving #54 a try when I stumbled on to this.
Running
ouch c file file.gz
for example panics because it hits anunreachable!()
:thread 'main' panicked at 'internal error: entered unreachable code', src/commands.rs:176:18
Is this correct behavior?
The text was updated successfully, but these errors were encountered: