David Anthoff
David Anthoff
My gut feeling is that we can/should do something about the `.julia/compiled` folder, but not `.julia/environments`. The `compiled` folder is really just a cache/optimization, so deleting that seems fine. But...
But `Pkg.gc` presumably doesn't know which Julia versions are installed, right?
We could also add a secret command to `juliaup` that Pkg.jl could use to get a list of all currently installed Julia versions. `Pkg.gc` could try to spawn that command...
I think this is an upstream bug in JuliaSyntax https://github.com/JuliaLang/JuliaSyntax.jl/issues/457. At least on my system that error is present both on Julia 1.10.4 and 1.11.0-rc Thanks for reporting!
I think this should actually be fixed everywhere now, are you still getting this?
Hm, I'm confused, it looks to me as if the outdated version message is _not_ printed to `stdout`, but `stderr`? See https://github.com/JuliaLang/juliaup/blob/main/src/bin/julialauncher.rs#L136. Respecting `-q` would be hard because we would...
I'd still like to first understand why the current implementation would break scripts that read the stdout stuff, because I think it is actually writing to stderr. Or was that...
Alright, I think I'm going to close this issue. I believe the message is written to stderr, that seems fine. Please feel free to reopen if I'm missing something.
@KristofferC if we had the ability to distinguish when things will end in an interactive REPL we could do a lot of very useful things (in addition to your idea)....
Please use respectful language here, otherwise I will block you from this organization. All the work here is done by volunteers that contribute to this effort in their free time,...