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

Fix 0.5 deprecations and add the tests badge #55

Closed ararslan closed 8 years ago

quinnj commented 8 years ago

Has appveyor ever worked on this package? Looks like it's complaining about gunzip.exe not existing.

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-3.4%) to 69.811% when pulling f453d1b7d524fe945a1454e2fb6b19f8c24b5b72 on ararslan:aa/0.5-updates into a0492a869570b6da4a6e756421cdc1e995875e48 on JuliaLang:master.

tkelman commented 8 years ago

No I don't think it ever has. BTW we should move this package somewhere like JuliaIO for CI queue purposes. Anyone have objections to doing that?

quinnj commented 8 years ago

What we really need to do is merge Libz.jl and this package so we have proper file-based and stream-based gzipping all in one place. It's been on my todo list for a while, maybe I just need to hunker down and do it.

quinnj commented 8 years ago

But yes, in the mean time, we can certainly move this to JuliaIO

tkelman commented 8 years ago

Isn't Zlib.jl the newest replacement? nope too many of these things, nevermind

quinnj commented 8 years ago

No, Libz.jl is newer than Zlib. Libz.jl has a proper stream-based implementation, but doesn't have the file-based interface.

ararslan commented 8 years ago

+1 for moving this to JuliaIO.

Wow, the Travis build has been in queue for about 10 hours or so now.

tkelman commented 8 years ago

Travis on JuliaLang is all kinds of broken this week.

ararslan commented 8 years ago

Whoa, did this move within the last 10 minutes or am I just super oblivious?

tkelman commented 8 years ago

I did it about half an hour ago, yeah (the travis situation is really bad)

ararslan commented 8 years ago

Wow, looks like it's still queued here too. Is Travis borken across the board?

tkelman commented 8 years ago

might be. or it could be confused on which queue to count this under since it just moved?

ararslan commented 8 years ago

Perhaps. The official Travis CI status says that there's been a partial outage for OS X for the past couple of hours. Looks like Linux is running and passing here.

AppVeyor also seems to have magically disappeared in the move.

tkelman commented 8 years ago

whose account was that running on? probably need to reauthorize it.

ararslan commented 8 years ago

I mean the badge and everything is gone. Am I going crazy? There used to be a badge, right?

I think it was running on @yuyichao's account when it was on JuliaLang.

yuyichao commented 8 years ago

I updated the settings and manually triggered a rebuild. Let me know if automatic build still doesn't work (in which case I'll probably ask @tkelman for help =) ).

ararslan commented 8 years ago

Thanks so much, @yuyichao! You rock!

ararslan commented 8 years ago

Cool, so Travis finally finished and things are looking good on OS X and Linux. AppVeyor is still failing for the reason that @quinnj mentioned. I can have a go at getting it to work on AppVeyor but that's kind of outside of the scope of this PR.