-
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
TypeError: in cglobal, expected Symbol, got JuliaInterpreter.SSAValue #354
Labels
bug
Something isn't working
Comments
Hmm... that's odd. |
I got the same error when debugging using Juno, but it disappears if I run the whole script by command line. |
timholy
added a commit
that referenced
this issue
Dec 16, 2020
This supports SSAValue args for cglobal while also fixing a bug in which a GotoIfNot ended up going to the wrong statement. The latter was a consequence of incorrect :call unnesting. Fixes #455 Fixes #454 Fixes #415 Fixes JuliaDebug/Debugger.jl#275 Improves #354
This is almost fixed by #456, and I know what needs to be done for the rest. |
timholy
added a commit
that referenced
this issue
Dec 17, 2020
This supports SSAValue args for cglobal while also fixing a bug in which a GotoIfNot ended up going to the wrong statement. The latter was a consequence of incorrect :call unnesting. Fixes #455 Fixes #454 Fixes #415 Fixes JuliaDebug/Debugger.jl#275 Improves #354
timholy
added a commit
that referenced
this issue
Dec 17, 2020
This has an llvmcall doing an atomic operation...just avoid the hassle and call it directly. Fixes #354
timholy
added a commit
that referenced
this issue
Dec 17, 2020
This has an llvmcall doing an atomic operation...just avoid the hassle and call it directly. Fixes #354
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code only interprets after running it in compiled mode once:
But running it once in compiled mode fixes the intepreted run:
Edit:
JuliaInterpreter: 8578fc0
HTTP: JuliaWeb/HTTP.jl@33261a6
The text was updated successfully, but these errors were encountered: