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

Don't throw error writing zero-length objects. Fixes #11. #12

Closed garborg closed 10 years ago

garborg commented 10 years ago

Also replaced deprecated methods in test script.

Feel free to take another approach and close this one.

kmsquire commented 10 years ago

Thanks! Looks good to me. Can you add a brief test for the zero length array problem that prompted this?

garborg commented 10 years ago

Good call. It's in there now.

kmsquire commented 10 years ago

Thanks!