-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Initial zlib support #553
Initial zlib support #553
Conversation
Hi Corey (@choffstein), It looks like you deleted your julia repository. Right before that, you had a pull for zlib support. Do you mind if I fix it up and attempt to get it merged? I'm working on gzip file support, but it seems a shame to throw away your work. I should be able to arrange it so you're credited for the patch, if you care (or not, if you prefer). Let me know. Cheers! |
@kmsquire Please go ahead a fix it up -- no credit necessary! I just sort of got busy and it fell off my radar... |
Cool, thanks! |
Initial zlib uncompress, compress support. Based partially on #553.
* Fix parser * Add test for REPL `?<command>` help syntax
* Fix parser * Add test for REPL `?<command>` help syntax
* Fix parser * Add test for REPL `?<command>` help syntax
* Fix parser * Add test for REPL `?<command>` help syntax
Install TagBot as a GitHub Action
Let's give this another go. Initial zlib support with a bit of a library redesign.
Changes: