-
-
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
invoke broken for constructors #8861
Comments
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Oct 31, 2014
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Oct 31, 2014
stevengj
added a commit
to stevengj/julia
that referenced
this issue
Oct 31, 2014
Any thoughts about |
Fixed by #13412. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More fallout from #8712:
Maybe
method_exists
andapplicable
are not so useful since they would always be true for constructors due to thecall
fallback, butinvoke
still seems useful. This can currently be worked around asinvoke(call, (Type{A},), A)
, but it would be nice if this weren't necessary.The text was updated successfully, but these errors were encountered: