This repository was archived by the owner on May 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
NullableArrays broken in v0.5 by 15071 #100
Comments
cc: @mbauman Do you have any suggestions as to how to proceed here? Thanks! |
SubArrays are much easier to work with now. No more need for generated functions. You can recompute the indices into the parent array with |
ScottPJones
added a commit
to ScottPJones/NullableArrays.jl
that referenced
this issue
Apr 3, 2016
ScottPJones
added a commit
to ScottPJones/NullableArrays.jl
that referenced
this issue
Apr 3, 2016
davidagold
added a commit
that referenced
this issue
Apr 11, 2016
Fix issue #100, make work again with v0.5
@ScottPJones Can you make a PR with these changes? |
@nalimilan I hadn't realized the issue wasn't automatically closed, but David Gold already merged my fixes in 8 days ago. |
OK, thanks. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
JuliaLang/julia#15071 removed the
index_generate
function, which is used byNullableArrays
.I've been trying to get
NullableArrays
working again in v0.5, and this looks like the last stumbing block.The text was updated successfully, but these errors were encountered: