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
When working on a PR for Gadfly.jl (GiovineItalia/Gadfly.jl#1521), I noticed that the update for PooledArrays.jl is breaking. I'm not sure whether this behavior is expected, so decided to check in.
With PooledArrays v1.1:
julia> using PooledArrays
julia> pa = PooledArray([1]);
julia> similar(pa, 0)
0-element PooledVector{Int64, UInt32, Vector{UInt32}}
When working on a PR for Gadfly.jl (GiovineItalia/Gadfly.jl#1521), I noticed that the update for PooledArrays.jl is breaking. I'm not sure whether this behavior is expected, so decided to check in.
With PooledArrays v1.1:
With PooledArrays v1.2:
The text was updated successfully, but these errors were encountered: