-
Notifications
You must be signed in to change notification settings - Fork 30
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
fails in Julia 1.8 with step_expr!(::Any, ::Any, ::Any, ::Bool) is ambiguous #665
Comments
I think this issue was introduced in the latest version of JuliaInterpreter (v0.9.36). The signature of |
This issue has been fixed in the latest version of JET, but unfortunately, the latest JET doesn't support Julia 1.8 (its minimum supported version is currently 1.10.0). I apologize for the inconvenience, but if you're using JET with 1.8, please cap the version of JuliaInterpreter. |
This is rather annoying little issue. As far as I'm aware Julia has no mechanism for restricting dependencies of dependencies. However, like @tpapp I'm only really using Julia 1.8 for CI and so my workaround is to include a job step in my CI workflow that adds JuliaInterpreter v0.9.35 as a test dependency whenever using Julia 1.8. e.g.
This, at least for now, appears to resolve the issue. |
I’m sorry for forcing such a workaround, but we still don’t have any plans to reinstate support for versions prior to v1.10, so I’ll go ahead and close the issue. |
Version:
I know that Julia 1.8 is rather old, and so is the JET.jl version above, but I am using JET in CI where I test for that version (the minimum supported).
Is there a recommended workaround?
The text was updated successfully, but these errors were encountered: