-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
Pull zlib 1.3 changes #1563
Pull zlib 1.3 changes #1563
Conversation
The comment said that the os is set to 255, when in fact it has been set to the current os since zlib 1.2.3. Or at least our best guess at the os made at compile time.
and Reset functions.
zlib does not use time_t, so _TIME_BITS is irrelevant. However it may be defined anyway as part of a sledgehammer indiscriminately applied to all builds.
One thing I noticed was that zlib header comments at one point were changed to mention |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1563 +/- ##
===========================================
+ Coverage 83.86% 83.90% +0.03%
===========================================
Files 132 132
Lines 10843 10843
Branches 2801 2801
===========================================
+ Hits 9094 9098 +4
+ Misses 1050 1047 -3
+ Partials 699 698 -1 Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Perhaps also update the zlib-compat version in this PR, to ensure consistency? |
1ddbeda
to
ec91210
Compare
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.
LGTM
Thanks for handling this @nmoinvaz 🥇 |
zlib-ng#1563 this patch forgets to update copyright string.
#1563 this patch forgets to update copyright string.
No description provided.