Skip to content

[IMP] Added the ability to unfold already present dependencies in tree#83

Open
alexandregaldeano wants to merge 2 commits intoacsone:mainfrom
foodles-tech:agaldeano/tree-unfold-seen
Open

[IMP] Added the ability to unfold already present dependencies in tree#83
alexandregaldeano wants to merge 2 commits intoacsone:mainfrom
foodles-tech:agaldeano/tree-unfold-seen

Conversation

@alexandregaldeano
Copy link

@alexandregaldeano alexandregaldeano commented Sep 25, 2025

Based on: #75

Added the --unfold-seen-addons options, which changes:

            a (13.0.1.0.0)
            ├── b (no version)
            │   └── mail (✘ not installed)
            └── c (no version)
                ├── account (13.0+c)
                └── b ⬆

To:

            a (13.0.1.0.0)
            ├── b (no version)
            │   └── mail (✘ not installed)
            └── c (no version)
                ├── account (13.0+c)
                └── b (no version)
                    └── mail (✘ not installed)

⚠️ There is a risk of infinite recursion in case of a cyclic dependency, let's discuss whether this case should be handled ⚠️

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.

1 participant