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

x[i:] now deprecated #13

Closed jiahao closed 10 years ago

jiahao commented 10 years ago

as of JuliaLang/julia@d5b5a1fd23fbe8946f4ab964ed9f5338f14bd530:

WARNING: deprecated syntax "x[i:]" at /Users/jiahao/.julia/GZip/src/GZip.jl:460.
Use "x[i:end]" instead.
kmsquire commented 10 years ago

Fixed by 595efb8aafd15b692a1bd31f1d186f7152550e9b

kmsquire commented 10 years ago

Thanks!