Open shashi opened 7 years ago
Note that there are no problems if we are comparing nullablearrays of other types:
julia> isequal(NullableArray(Int64,1), NullableArray(Float64,1))
true
This strikes me as strange (it is possible I'm doing something really stupid). I suspect the problem is Union{}
and inlining but I don't know how to dive deeper into this...
Super weird: test passes on 0.4 and 0.5 on travis but appveyor fails with the same error
Just bumped into this, might be related to the bug you're getting? https://github.com/JuliaLang/julia/issues/10326
This makes possible construction of NullableArray of StructOfArrays, or other funky arrays which solve orthogonal problems.
The following fails with this patch applied:
Stepping through this with Gallium doesn't fail with this error, it instead succeeds in returning
true
! cc @keno