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

Deprecate and remove isdefined(a::Array, index::Int) #18346

Closed
simonster opened this issue Sep 3, 2016 · 0 comments
Closed

Deprecate and remove isdefined(a::Array, index::Int) #18346

simonster opened this issue Sep 3, 2016 · 0 comments

Comments

@simonster
Copy link
Member

We shouldn't let people use isdefined with Arrays, since isassigned is perfectly good for Arrays and also does the right thing for AbstractArrays. Also, as @yuyichao points out, we will most likely want to separate the functions for #12447. The only non-trivial part here is the deprecation, which needs to happen in the C code since isdefined is not a generic function.

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