Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Julia 1.5 stopped showing status of dependencies #1989

Open
fredrikekre opened this issue Aug 27, 2020 · 1 comment
Open

Julia 1.5 stopped showing status of dependencies #1989

fredrikekre opened this issue Aug 27, 2020 · 1 comment

Comments

@fredrikekre
Copy link
Member

$ for julia in julia11 julia12 julia13 julia14 julia15 julia-master; do echo "$julia"; pkg --julia=$julia st -m Literate; done
julia11
    Status `/tmp/tmp.gUqpB6gKep/Manifest.toml`
  [682c06a0] JSON v0.21.0
  [98b081ad] Literate v2.6.0
  [2a0f44e3] Base64 
  [3fa0cd96] REPL 
julia12
    Status `/tmp/tmp.gUqpB6gKep/Manifest.toml`
  [682c06a0] JSON v0.21.0
  [98b081ad] Literate v2.6.0
  [2a0f44e3] Base64 
  [3fa0cd96] REPL 
julia13
    Status `/tmp/tmp.gUqpB6gKep/Manifest.toml`
  [682c06a0] JSON v0.21.0
  [98b081ad] Literate v2.6.0
  [2a0f44e3] Base64 
  [3fa0cd96] REPL 
julia14
Status `/tmp/tmp.gUqpB6gKep/Manifest.toml`
  [682c06a0] JSON v0.21.0
  [98b081ad] Literate v2.6.0
  [2a0f44e3] Base64 
  [3fa0cd96] REPL 
julia15
Status `/tmp/tmp.gUqpB6gKep/Manifest.toml`
  [98b081ad] Literate v2.6.0
julia-master
Status `/tmp/tmp.gUqpB6gKep/Manifest.toml`
  [98b081ad] Literate v2.6.0
@KristofferC
Copy link
Member

I think this was just lost in #1621.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants