`app status` only lists most recently installed

,

Not much more than the title actually. I have added both JuliaC and JETLS apps, but only the more recent of the them shows when invoking pkg> app status.

~ $ julia -e 'using Pkg; Pkg.Apps.status()'
[acedd4c2] JuliaC v0.2.3
  juliac ~/.julia/juliaup/julia-1.12.3+0.x64.linux.gnu/bin/julia
~ $ ls .julia/bin/
jetls  juliac

I would expect the same behavior as pkg> status i.e. it shows all installed apps. Am I missing something or is this a bug?

1 Like