-
-
Notifications
You must be signed in to change notification settings - Fork 106
Use zstd-1.5.7 #255
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
Use zstd-1.5.7 #255
Conversation
this changed compression results, so we have to adapt tests
|
Didn't you mean to update vendored That said, CFFI needs some updates as well: FWICS upstream has renamed types, e.g. from |
|
For some reason I did not see these issues with our (openSUSE Tumbleweed's) cffi-1.17.1 - how do you get these errors? |
I actually did upgrade vendored |
|
Anyway, I'll work on it, since it's blocking us for a while now. |
|
@bmwiedemann, I've just filed bmwiedemann#1 against your branch that fixes the CFFI backend and updates the vendored library. Could you merge it, so we have a single PR with all the necessary changes? |
indygreg
left a comment
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.
Thank you for this contribution!
I've cherry picked the commits to my local repo and will be pushing them up, possibly with some light modifications. The PR will be marked as closed when I do but it will logically be merged.
I'll retain your author attribution on the commits to reflect the work you performed.
Thanks again.
this changed compression results, so we have to adapt tests