-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error using Array span field in Julia 1.11.1 #163
Comments
That’s looks like a return value from CSTParser. Can you check the version you have? If it’s not 3.4.2, can you try to downgrade? |
I had this error with julia 1.11.1, then upgraded I can reproduce the problem with obsolete julia-snail 20231026.2200 . |
My I guess I thought that Snail would update its environment itself if needed. Does it not do that? |
I didn't dig into it too much, but here's my experience. I did not manually update any environments and it worked. When updating julia-snail, I see Messages that new julia packages are being copied. I see that a new environment with new files has been created in my /tmp files. |
I was just trying Julia 1.11.1 with snail, but it seems that
JuliaSnail.jl
references someArray
internals, which have changed?The text was updated successfully, but these errors were encountered: