Kristoffer Carlsson
Kristoffer Carlsson
Seems to work now after testing reverting https://github.com/JuliaLang/Pkg.jl/pull/4151.
No, I just know we call some internal stuff in JuliaInterpreter so I thought I would open it here first. If it turns out to be a Julia bug, we...
It seems adding `delim=nothing` to `Parsers.Options` gets me back to the previous behavior but not 100% sure. But that make this `Option` behave differently in some other contexts so it...
With 1.9 I see: ``` Precompiling project... [32m ✓ [39m[90mDataValueInterfaces[39m [32m ✓ [39m[90mIteratorInterfaceExtensions[39m [32m ✓ [39m[90mIniFile[39m [32m ✓ [39m[90mDataAPI[39m [32m ✓ [39m[90mStatsAPI[39m [32m ✓ [39m[90mLaTeXStrings[39m ```
This should be fixed with the workspace system which is a better version of `manifest = ...` sharing.
What happens here is that the first statement on the given line nr is an assignment: ``` In f_debug(x) at /Users/kristoffercarlsson/JuliaPkgs/JuliaInterpreter.jl/test.jl:1 7 2 ┄ %7 = @_3 8 │ i...
Should be fixed by https://github.com/JuliaLang/Pkg.jl/pull/3344
Doe sthe same on 1.12 and nightly.
I think you need to run https://github.com/JuliaLang/Pkg.jl/blob/c54ee594d1c16270d4f67e09788839d9618faf18/src/API.jl#L163 on the input in the second case.