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

Implement Zlib.gzip and Zlib.gunzip #2529

Merged
merged 5 commits into from
Jan 26, 2025
Merged

Conversation

herwinw
Copy link
Member

@herwinw herwinw commented Jan 26, 2025

No description provided.

It passes the tests, but has zero error checking and breaks if the
inflated size exceeds 1024 bytes.
Simply add an extra argument to the existing inflate class to reuse
existing code. All we need is to binary or a 16 to an argument.
@herwinw herwinw merged commit 9c2b3f4 into natalie-lang:master Jan 26, 2025
19 checks passed
@herwinw herwinw deleted the zlib_gunzip branch January 26, 2025 14:17
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