-
-
Notifications
You must be signed in to change notification settings - Fork 29
Make gzclose_r and gzclose_w part of the public API #348
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
Codecov ReportAttention: Patch coverage is
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
These symbols are not exported by |
|
They are part of the public API in zlib-ng, https://github.com/zlib-ng/zlib-ng/blob/2.2.4/zlib.h.in#L1624-L1625 |
folkertdev
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.
Some nits/questions.
In general, are there any tests that can be moved from libz-rs-sys to test-libz-rs-sys now that these functions are public?
|
I just checked the existing tests, and they all exercise these functions indirectly via the |
No description provided.