Skip to content
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

Gzip support for inflate #33

Merged
merged 49 commits into from
Feb 21, 2024
Merged

Gzip support for inflate #33

merged 49 commits into from
Feb 21, 2024

Conversation

bramtweedegolf
Copy link
Collaborator

Partial gzip implementation for inflate

@bramtweedegolf bramtweedegolf changed the title Gzip inflate Gzip support for inflate Feb 19, 2024
Copy link
Collaborator

@folkertdev folkertdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

first pass

zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

Attention: 27 lines in your changes are missing coverage. Please review.

Comparison is base (0f6a4bc) 85.96% compared to head (e8d815d) 86.78%.

Files Patch % Lines
zlib-rs/src/inflate.rs 92.85% 19 Missing ⚠️
zlib-rs/src/deflate.rs 96.62% 5 Missing ⚠️
libz-rs-sys/src/lib.rs 75.00% 2 Missing ⚠️
load-dynamic-libz-ng/src/lib.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   85.96%   86.78%   +0.81%     
==========================================
  Files          31       31              
  Lines        7503     7929     +426     
==========================================
+ Hits         6450     6881     +431     
+ Misses       1053     1048       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

zlib-rs/src/c_api.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
@bramtweedegolf bramtweedegolf marked this pull request as ready for review February 20, 2024 08:26
Copy link
Collaborator

@folkertdev folkertdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also apply cargo fmt

libz-rs-sys/src/tests/inflate.rs Outdated Show resolved Hide resolved
libz-rs-sys/src/tests/inflate.rs Outdated Show resolved Hide resolved
libz-rs-sys/src/lib.rs Outdated Show resolved Hide resolved
zlib-rs/src/c_api.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
zlib-rs/src/inflate.rs Outdated Show resolved Hide resolved
@folkertdev folkertdev merged commit 336b6d4 into main Feb 21, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants