Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compress fails on 0.5 #28

Open
s2maki opened this issue Oct 13, 2016 · 0 comments
Open

compress fails on 0.5 #28

s2maki opened this issue Oct 13, 2016 · 0 comments

Comments

@s2maki
Copy link

s2maki commented Oct 13, 2016

There apparently is a new ambiguity with the write call in 0.5 base:

julia> compress("foo")
ERROR: MethodError: write(::Zlib.Writer, ::Array{UInt8,1}) is ambiguous. Candidates:
  write(s::IO, a::Array{UInt8,N<:Any}) at io.jl:175
  write{T}(w::Zlib.Writer, a::Array{T,N<:Any}) at C:\Users\s2maki\.julia\v0.5\Zlib\src\Zlib.jl:162
 in compress(::Array{UInt8,1}, ::Int64, ::Bool, ::Bool) at C:\Users\s2maki\.julia\v0.5\Zlib\src\Zlib.jl:234
 in compress(::Array{UInt8,1}) at C:\Users\s2maki\.julia\v0.5\Zlib\src\Zlib.jl:245
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant