-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
allow Array{T,N}() for arbitrary N #20250
Conversation
db8493b
to
5e271ec
Compare
This syntax seems a bit weird to me. |
What syntax? |
I'd favor deprecating the |
Unless they are used there? I was also worried if the splatting carried some performance problems but could just check the generated code. I don't think this should be deprecated, it is a convenient way to put a place holder object in a type that you will swap out later. |
I think base only uses this for
I guess you only need it if |
Removed the boot.jl definitions. |
I would rather deprecate the |
See #11154 for a bit of history. I think that I'm rather ambivalent here, but I agree it should be all or none. It'd be interesting to see how common |
Rekt by #20330 |
Sorry, man! |
I just wanted to close #14201 (which I just did) so end result is the same |
Closes #14201