Skip to content

'bob ls --all' does not show indirect dependencies #651

@gruberchr

Description

@gruberchr

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 line package.items() only returns the direct dependencies. Therefore, child.direct is always True in the next code line, and self.showAll is useless.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions