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

clear deprecation warnings for 0.4.0-RC1 #36

Closed jbn closed 9 years ago

jbn commented 9 years ago

This was a four character insert. Someone did the 0.4.x compatibility. They even inserted the right @compat. But, the old pipe was never replaced with pipeline, which Compat.jl defines appropriately.

yuyichao commented 9 years ago

Noticed this after submitting #37. CI restarted. Will merge if it passes.

yuyichao commented 9 years ago

Restarted Travis PR again. There's some codegen fixes on master and let's see if this one is fixed too.

yuyichao commented 9 years ago

Still not fixed but I think it should not block this PR.

@vtjnash Do you have any idea why this is happening? (Or do you prefer me to open an issue for base julia?)