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

Compression flag --output not working with single file compression. #90

Closed
marcospb19 opened this issue Oct 14, 2021 · 2 comments · Fixed by #93
Closed

Compression flag --output not working with single file compression. #90

marcospb19 opened this issue Oct 14, 2021 · 2 comments · Fixed by #93
Labels
bug Something isn't working high priority

Comments

@marcospb19
Copy link
Member

Originally posted by @vrmiguel in #89 (comment)

Problem

The flag --output is not working properly when compressing one file into one non-archive format compressed file.

# Works
$ cargo run -- c src/main.rs main.rs.xz 

# Panics
$ cargo run -- d main.rs.xz -o some-new-folder
thread 'main' panicked at 'No such file or directory (os error 2)', src/error.rs:173:45
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@marcospb19 marcospb19 added bug Something isn't working high priority labels Oct 14, 2021
@marcospb19
Copy link
Member Author

marcospb19 commented Oct 14, 2021

Waiting on issue #56 to be solved first, as it will help us debug what's the cause.

@marcospb19 marcospb19 added the waiting for another issue There is another issue that needs to be resolved earlier label Oct 14, 2021
@marcospb19
Copy link
Member Author

Not waiting anymore, Figdosa just knew where the problem was 😎.

@marcospb19 marcospb19 removed the waiting for another issue There is another issue that needs to be resolved earlier label Oct 14, 2021
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.

1 participant