-
Notifications
You must be signed in to change notification settings - Fork 78
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
Incorrect Extension Handling #165
Comments
first case seems to be fixed on master too |
Oh I'm sorry, I just reported this because the version I'm on (I think from crates.io) had these bugs. |
Did you update to 0.3.1? It was delayed a little bit, but both of these should be fixed in 0.3.1 |
I think I should create an issue template to remember people to send the |
Done, now ouch has two new templates, they don't do much, but at least has a reminder for this. |
Bug Report:
Test case 1:
ouch c /home/tomvd/.bashrc /home/tomvd/.bashrc.tar.bz2 && file /home/tomvd/.bashrc.tar.bz2
ouch
compresses to a gzipouch
compresses the file to a bzipped tarball e.g:Test case 2:
ouch c /home/tomvd/.bashrc /home/tomvd/.bashrc.gz
ouch
panics and creates an empty.bashrc.gz
ouch
compresses to a bzipThe text was updated successfully, but these errors were encountered: