-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
return_types
errors with: _nref has no method matching _nref(::Type{N}, ::Symbol, ::Expr)
#9135
Comments
This specific error is, once again, #8504. However, even if we apply #8973, this still gives an error:
Perhaps we need a |
troubles. This is a workaround, undo once the issue is fixed.
More info:
|
Issue #8504 is now fixed but this still does not work. However, the errors changed, probably due to #10178:
monkey-patching as suggested by @Jutho in #10178 gives a similar error to when I first reported this:
Any change of a fix with #8504 in place? |
There's #9139, but I'm not sure if it's a good idea. |
The behavior
is expected, since we can only call staged functions on concrete types. An error message was left out since this was intended only for internal consumption. We can add a message. Look for |
I get these errors after updating my julia master:
Might be this: 81136af
The text was updated successfully, but these errors were encountered: