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

Bandaid for gzseek bug on Windows #25

Merged
merged 1 commit into from
Apr 10, 2015
Merged

Bandaid for gzseek bug on Windows #25

merged 1 commit into from
Apr 10, 2015

Conversation

carlobaldassi
Copy link
Contributor

zlib 1.2.8 has a bug on Windows, see madler/zlib#95.

This is a bandaid for the common case of rewinding a stream. At least, in this way it would fix the issue for FastaIO.jl, which uses GZip.

@carlobaldassi
Copy link
Contributor Author

The travis failure on nightly does not seem related to me (?).

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.76%) to 71.61% when pulling 0cca7ad on cb/gzseekwinfix into a01a29b on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.29%) to 72.08% when pulling f99b0ed on cb/gzseekwinfix into a01a29b on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.29%) to 72.08% when pulling f99b0ed on cb/gzseekwinfix into a01a29b on master.

@carlobaldassi
Copy link
Contributor Author

Based on my tests, the updated version should be able to fix the issue under Windows in all situations, not just seeking to zero.

Any objections to merging this?

@kmsquire
Copy link
Contributor

Go for it!

On Friday, April 10, 2015, Carlo Baldassi notifications@github.com wrote:

Based on my tests, the updated version should be able to fix the issue
under Windows in all situations, not just seeking to zero.

Any objections to merging this?


Reply to this email directly or view it on GitHub
#25 (comment).

carlobaldassi added a commit that referenced this pull request Apr 10, 2015
Bandaid for gzseek bug on Windows
@carlobaldassi carlobaldassi merged commit dbd40e5 into master Apr 10, 2015
@carlobaldassi carlobaldassi deleted the cb/gzseekwinfix branch May 22, 2015 08:06
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.

None yet

3 participants