This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Fail with parametric type #17
Labels
Comments
@iblis17 I'm not sure what the intended behavior is here, but a temporary workaround is to change the line to: parameter = Base.unwrap_unionall(stack[1].meth.sig).parameters[1]
is_kw = (:name in fieldnames(parameter)) && startswith(String(parameter.name.name), "#kw") That at least lets the debugger continue, and it doesn't seem to have any other problems with this kind of code. |
Just a note that this still happens and causes problems in
Trying to
|
staticfloat
added a commit
to staticfloat/ASTInterpreter2.jl
that referenced
this issue
Jan 18, 2019
Still happens with #37 |
Fixed by #40 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: