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

Handle API change in is_manifest_current in Julia 1.11 #10244

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

jkrumbiegel
Copy link
Contributor

Fixes #10225

As CI here doesn't have the ability to test multiple Julia versions, we can't have a test for this. I just checked that the error didn't appear locally with and without QUARTO_JULIA=/Users/krumbiegel/.julia/juliaup/julia-1.11.0-rc1+0.aarch64.apple.darwin14/bin/julia.

@cscheid
Copy link
Collaborator

cscheid commented Jul 8, 2024

Thank you!

@devmotion
Copy link

I just noticed in an old project that still uses Julia 1.7 that Pkg.is_manifest_current is only available in Julia >= 1.8 and hence the julia engine can't be used on Julia < 1.8 currently, even though QuartoNotebookRunner supports Julia >= 1.6. Probably less of an issue now that Julia 1.10 is the LTS version but maybe this should be documented somewhere and a clear error message should be thrown when a user happens to run a Julia version that is too old?

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.

Wrong function method in julia environment configuration.
3 participants