-
-
Notifications
You must be signed in to change notification settings - Fork 285
Closed
Description
I would expect ]why to always show all dependency paths, and documentation seems to agree:
Pkg.whyandpkg> whyto show why a package is inside the environment (shows all "paths" to a package starting at the direct dependencies)
But actually ]why for direct deps only prints a single "path":
(StructArrays) pkg> st
Project StructArrays v0.6.15
Status `~/.julia/dev/StructArrays/Project.toml`
[79e6a3ab] Adapt v3.6.1
[9a962f9c] DataAPI v1.14.0
[46192b85] GPUArraysCore v0.1.4
[1e83bf80] StaticArraysCore v1.4.0
[bd369af6] Tables v1.10.1
[9a3f8284] Random
(StructArrays) pkg> why DataAPI
DataAPI
# should also show "Tables → DataAPI"jaakkor2
Metadata
Metadata
Assignees
Labels
No labels