-
Notifications
You must be signed in to change notification settings - Fork 330
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
Wrong function method in julia environment configuration. #10225
Comments
(tagging @jkrumbiegel) |
I assumed this function was relatively stable but seems they changed it in 1.11. Would need branching maybe, or giving the folder argument explicitly might work on older versions as well. |
"They" being the Julia authors, since (again, I'm inferring) 1.11 is the of Julia (and its stdlib) you're referring to? I'm just trying to understand the situation and exposure here. |
Yes, 1.11 is the upcoming version and this specific Pkg function must have changed signatures. Maybe I misjudged its API status and it was not intended to be used in a stable manner. |
They changed it in It seems only one tool used it Publicly on Julia package manager. This tool now adapt to it comparing version From a github search it seems we are the only other project on Github |
Nice find. Yeah I'm not surprised no packages were using it as you usually don't have to do any package management in a package itself. But it will be easy enough to apply the same workaround as the one you linked. |
It looks like they're close to shipping: https://github.com/JuliaLang/julia/milestone/46 Ideally, we'd be able to get a fix for this before November. From how you're responding, it seems that this should be no problem. Can you confirm that this is the case? Thanks! |
I'll try to make a PR on Monday |
Bug description
Codes at the file https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/julia/ensure_environment.jl:
It lead to an error as follow:
Obviously.
And it'll be solved if modify that line as:
Everything works well till now after modifying.
Steps to reproduce
As above.
Expected behavior
Everyting works.
Actual behavior
Error. As above.
Your environment
VSCode@Windows10
julia: Version 1.11.0-beta2
Quarto: 1.5.53
Quarto check output
The text was updated successfully, but these errors were encountered: