juliaup icon indicating copy to clipboard operation
juliaup copied to clipboard

juliaup status doesn't show override

Open simonbyrne opened this issue 2 years ago • 2 comments

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

simonbyrne avatar Jul 10 '23 16:07 simonbyrne

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.

davidanthoff avatar Jul 10 '23 17:07 davidanthoff