-
Notifications
You must be signed in to change notification settings - Fork 7
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
Replace xz2 with liblzma #64
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #64 +/- ##
==========================================
+ Coverage 81.08% 81.57% +0.49%
==========================================
Files 12 12
Lines 259 266 +7
==========================================
+ Hits 210 217 +7
Misses 49 49 ☔ View full report in Codecov by Sentry. |
Nice I fix trouble with xz, lzma features. |
I would wait finish test before merge. Maybe after, this merge we could perform a dependency update before a new minor release ? |
yup! Thanks for the quick review =] |
treat 'xz' as an alias to 'lzma', and only check for 'lzma' in code This reverts commit 66e482e.
xz2 is outdated 1, liblzma is an updated fork.
Footnotes
that might not be bad, since being outdated meant the updated to the hacked version was never done 😅 https://github.com/alexcrichton/xz2-rs/issues/124#issuecomment-2027962381 ↩