You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation bob ls with option --all should "show indirect dependencies too". But it seems that bob ls --all shows the same results as bob ls, only direct dependencies.
Bob version: 0.25.1
Python version 3.13.3
AFAIKS in this code linepackage.items() only returns the direct dependencies. Therefore, child.direct is always True in the next code line, and self.showAll is useless.