-
Notifications
You must be signed in to change notification settings - Fork 35
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
Opaque Closures not supported. #537
Comments
@interpret
with Revise.@interpret
with Diffractor
.
I'm not sure if it's the cause for this particular error, but note that there currently isn't any support for opaque closures in JuliaInterpreter. Would be good to add that eventually |
ah, that very well might be the problem. |
theoretically, you could just convert them into regular closures, right? |
@interpret
with Diffractor
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code
fails with
while without the
@interpret
it runs correctly.(this behavior can be seen on both 1.7 and master versions of Julia).
The text was updated successfully, but these errors were encountered: