-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
thirdparty.zstd: upgrade to 1.5.8 #24597
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
Conversation
Connected to Huly®: V_0.6-22960 |
I think your title has a typo 1.5.8 as the version is 1.5.7 |
This is from github current code : /*------ Version ------*/
#define ZSTD_VERSION_MAJOR 1
#define ZSTD_VERSION_MINOR 5
#define ZSTD_VERSION_RELEASE 8
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE) |
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.
Excellent work.
@kbkpbot Thanks for your work. But why do you use current With your commit/upgrade, we don't know the commit used to generate "amalgamate" For thirdparty, it's better to use release/tag for update => simpler to follow and with current sources from GH, there may be regressions and bugs. |
I agree with you, and I will submit a new PR for v1.5.7. |
require by issue #24595