JuliaIO / GZip.jl

A Julia interface for gzip functions in zlib
https://juliaio.github.io/GZip.jl/dev
MIT License
39 stars 30 forks source link

Fixes for julia 0.7, drop support for 0.5 #68

Closed carlobaldassi closed 6 years ago

carlobaldassi commented 6 years ago

This fixes all the errors and warnings on Julia 0.7 alpha. Tests pass locally. Supersedes #67 and #65.

carlobaldassi commented 6 years ago

Update: this now also fixes tests on Windows (#48).

CarloLucibello commented 6 years ago

@ararslan @KristofferC someone could merge this PR and tag a new release?

carlobaldassi commented 6 years ago

Ok I have addressed all the issues. Ready to merge?

carlobaldassi commented 6 years ago

Thanks @ararslan. #65 and #67 should be closed now, since they were superseded by this PR.