Initial zlib support#553
Closed
choffstein wants to merge 1 commit intoJuliaLang:masterfrom
choffstein:zlib-support
Closed
Initial zlib support#553choffstein wants to merge 1 commit intoJuliaLang:masterfrom choffstein:zlib-support
choffstein wants to merge 1 commit intoJuliaLang:masterfrom
choffstein:zlib-support
Conversation
Member
|
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! |
Author
|
@kmsquire Please go ahead a fix it up -- no credit necessary! I just sort of got busy and it fell off my radar... |
Member
|
Cool, thanks! |
kmsquire
added a commit
to kmsquire/julia
that referenced
this pull request
Aug 28, 2012
StefanKarpinski
added a commit
that referenced
this pull request
Aug 28, 2012
Initial zlib uncompress, compress support. Based partially on #553.
KristofferC
pushed a commit
that referenced
this pull request
Aug 4, 2018
* Fix parser * Add test for REPL `?<command>` help syntax
KristofferC
pushed a commit
that referenced
this pull request
Aug 4, 2018
* Fix parser * Add test for REPL `?<command>` help syntax
KristofferC
pushed a commit
that referenced
this pull request
Aug 4, 2018
* Fix parser * Add test for REPL `?<command>` help syntax
KristofferC
pushed a commit
that referenced
this pull request
Feb 11, 2019
* Fix parser * Add test for REPL `?<command>` help syntax
LilithHafner
pushed a commit
to LilithHafner/julia
that referenced
this pull request
Oct 11, 2021
Install TagBot as a GitHub Action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Let's give this another go. Initial zlib support with a bit of a library redesign.
Changes: