juliaup
juliaup copied to clipboard
juliaup status doesn't show override
If I juliaup override the current directory, it's a bit odd that this isn't reflected in juliaup status (it is mentioned in juliaup override status, but this lists all overrides, not just the current one):
➜ CUDA.jl git:(master) juliaup override status
Path Channel
-----------------------------------
/Users/simon/src/CUDA.jl 1.9
➜ CUDA.jl git:(master) juliaup status
Default Channel Version Update
----------------------------------------------------------
* 1.8 1.8.5+0.aarch64.apple.darwin14
1.9 1.9.2+0.aarch64.apple.darwin14
release 1.9.2+0.aarch64.apple.darwin14
➜ CUDA.jl git:(master) julia --version
julia version 1.9.2
Another (serious) issue with overrides is that the VS Code extension is not picking them up at the moment :) Nothing to be done here, but that is something I really need to fix.