-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
zlib: remove mentions of unexposed Z_TREES constant #58371
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
base: main
Are you sure you want to change the base?
zlib: remove mentions of unexposed Z_TREES constant #58371
Conversation
`Z_TREES` is never exposed on `DefineZlibConstants()`, hence it shall be removed. This fix is applicable to v18+. Refs: https://github.com/nodejs/node/blob/main/src/node_zlib.cc
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58371 +/- ##
==========================================
- Coverage 90.24% 90.23% -0.01%
==========================================
Files 633 633
Lines 186860 186860
Branches 36675 36684 +9
==========================================
- Hits 168623 168615 -8
- Misses 11035 11047 +12
+ Partials 7202 7198 -4
🚀 New features to boost your workflow:
|
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
Not sure why test fails. The report in https://ci.nodejs.org/job/node-test-commit-linuxone/nodes=rhel8-s390x/49510/testReport/junit/(root)/parallel/test_http2_debug/ does not tell me much. Would reviewers want to take a look on this? |
It is a known flake. Refs: #58353 |
Z_TREES
is never exposed onDefineZlibConstants()
, hence it shall beremoved.
This fix is applicable to v18+.
Refs: https://github.com/nodejs/node/blob/main/src/node_zlib.cc