Skip to content
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

minimum adjustments to make JuliaInterpreter work with v1.12 #631

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

aviatesk
Copy link
Member

@aviatesk aviatesk commented Jun 14, 2024

For now, I've made the minimal changes needed to use JuliaInterpreter (and Revise) with v1.12. CI is still broken, so additional changes are needed.

Additionally, while making these changes, I found that the implementation of JuliaInterpreter.optimize! is quite illegal. This is an issue that should be resolved eventually, so I've left comments in optimize.jl regarding the known problems.

For now, I've made the minimal changes needed to use JuliaInterpreter
(and Revise) with v1.12. CI is still broken, so additional changes are
needed.

Additionally, while making these changes, I found that the
implementation of `JuliaInterpreter.optimize!` is quite illegal.
This is an issue that should be resolved eventually, so I've left
comments in optimize.jl regarding the known problems.
@aviatesk aviatesk merged commit 0a8da3a into master Jun 14, 2024
9 of 10 checks passed
@aviatesk aviatesk deleted the avi/1.12 branch June 14, 2024 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Precompilation error on Julia 1.12: private not defined
1 participant