You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
There apparently is a new ambiguity with the write call in 0.5 base:
The text was updated successfully, but these errors were encountered: