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

why: show all paths when package is both a direct and indirect dep #3771

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

IanButterworth
Copy link
Member

Fixes #3466

Before

(@v1.11) pkg> why Sockets
  Sockets

This PR

(@v1.11) pkg> why Sockets
  PreallocationTools → ForwardDiff → DiffRules → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  PreallocationTools → ForwardDiff → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Revise → Distributed → Sockets
  Revise → Pkg → REPL → Sockets
  Revise → REPL → Sockets
  Sockets
  Symbolics → DiffRules → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → Distributions → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → Distributions → StatsFuns → HypergeometricFunctions → DualNumbers → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → Distributions → StatsFuns → HypergeometricFunctions → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → Distributions → StatsFuns → Rmath → Rmath_jll → Pkg → REPL → Sockets
  Symbolics → Distributions → StatsFuns → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → DynamicPolynomials → Pkg → REPL → Sockets
  Symbolics → SciMLBase → Distributed → Sockets
  Symbolics → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → SymbolicUtils → DynamicPolynomials → Pkg → REPL → Sockets
  Symbolics → SymbolicUtils → LabelledArrays → ForwardDiff → DiffRules → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → SymbolicUtils → LabelledArrays → ForwardDiff → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → SymbolicUtils → LabelledArrays → PreallocationTools → ForwardDiff → DiffRules → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → SymbolicUtils → LabelledArrays → PreallocationTools → ForwardDiff → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets
  Symbolics → SymbolicUtils → SpecialFunctions → OpenSpecFun_jll → Pkg → REPL → Sockets

which takes

  0.005481 seconds (18.20 k allocations: 1.406 MiB)

@KristofferC KristofferC merged commit 7311051 into JuliaLang:master Jan 30, 2024
12 of 13 checks passed
@IanButterworth IanButterworth deleted the ib/why_deep branch January 30, 2024 12:14
IanButterworth added a commit that referenced this pull request Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

why only shows one path
2 participants