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

Replace xz2 with liblzma #64

Merged
merged 9 commits into from
Jun 8, 2024
Merged

Replace xz2 with liblzma #64

merged 9 commits into from
Jun 8, 2024

Conversation

luizirber
Copy link
Owner

xz2 is outdated 1, liblzma is an updated fork.

Footnotes

  1. 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

@luizirber luizirber requested a review from natir June 8, 2024 19:29
Copy link

codecov bot commented Jun 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.57%. Comparing base (ff7dae4) to head (5899a91).

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.
📢 Have feedback on the report? Share it here.

@natir
Copy link
Collaborator

natir commented Jun 8, 2024

Nice I fix trouble with xz, lzma features.

@natir
Copy link
Collaborator

natir commented Jun 8, 2024

I would wait finish test before merge.

Maybe after, this merge we could perform a dependency update before a new minor release ?

@luizirber
Copy link
Owner Author

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 =]

luizirber added 2 commits June 8, 2024 14:34
treat 'xz' as an alias to 'lzma', and only check for 'lzma' in code

This reverts commit 66e482e.
@luizirber luizirber merged commit 76e7952 into master Jun 8, 2024
13 checks passed
@luizirber luizirber deleted the lirber/liblzma branch June 8, 2024 21:41
@luizirber luizirber mentioned this pull request Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants