-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Add support for .xz / lzma #262
Conversation
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
@mpenkov All review addressed except #260 (comment) because I feel that refactoring the test suite is a separate task. WDYT? |
Signed-off-by: Vadim Markovtsev <vadim@sourced.tech>
@mpenkov @piskvorky ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, looks good to merge. Thank you for your contribution.
This is breaking my builds due to needing |
|
@vmarkovtsev 9 more months for it to cause me problems 😂 |
@tdhopper Sorry for breaking your build. Yes, a PR would be most welcome. You could make it an optional dependency, but my preference would be to move .xz support from the library to the examples in the README. With the new register_compressor functionality, adding support for different compression formats is best done outside the library. |
See #281 |
Re-opened #260