BioJulia / Libz.jl

Fast, flexible zlib bindings.
Other
27 stars 17 forks source link

needs update for string.data changes #40

Closed stevengj closed 7 years ago

stevengj commented 7 years ago

After JuliaLang/julia#19449, soon to be merged for Julia 0.6, you will no longer be able to access the raw bytes of a string via string.data; instead, do Vector{UInt8}(string). For example, this affects:

https://github.com/BioJulia/Libz.jl/blob/1838a247a1402b01d9987a729e609b942e7b7120/test/runtests.jl#L114

musm commented 7 years ago

closed by https://github.com/BioJulia/Libz.jl/pull/41

TransGirlCodes commented 7 years ago

Do you mean #42 and #43 ?

musm commented 7 years ago

No those are just for the deprecations