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 0.7, require at least 0.6 #67

Closed rened closed 6 years ago

rened commented 6 years ago

Tests pass without warnings on 0.6 and 0.7.

Needs readuntil fix to Compat to pass on 0.6: https://github.com/JuliaLang/Compat.jl/pull/525.

ararslan commented 6 years ago

Thanks for the contribution, sorry this languished for so long. In the meantime it's been superseded by #68 though, so I'm going to close this. Your efforts here are appreciated nonetheless!