-
Notifications
You must be signed in to change notification settings - Fork 22
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
What to do with Array
now that it has fields ?
#87
Comments
We have |
Does the constrictor And do you have a link to the break in Flatten.jl? (We may need a costom |
No, |
Yeah, absolutely. We can define a custom |
Yes, nice to have it whenever possible. Ie, |
Yeah, it will need to be in a |
while testing #86 , some downstream packages (Flatten.jl) fail because now
Array{N,T}
has fields (size::NTuple{Int,N}
andref::MemoryRef{T}
). is this something that needs to be fixed on Flatten or ConstructionBase?The text was updated successfully, but these errors were encountered: