Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@AGiantSquid
Copy link
Contributor

  • the dependency resolver is recursive which allow for detecting transitive dependencies
  • the recursive dependency search now keeps an accumulator of all seen dependencies, to prevent duplicate entries in case multiple packages depend on the same local package
  • a check is also added to prevent a package from listing itself as a dependency, which would cause an infinite recursive loop

- the dependency resolver is recursive which allow for detecting
transitive dependencies
- the recursive dependency search now keeps an accumulator of all
seen dependencies, to prevent duplicate entries in case multiple
packages depend on the same local package
- a check is also added to prevent a package from listing itself
as a dependency, which would cause an infinite recursive loop
@frostming frostming merged commit 1b9b0f6 into frostming:main Oct 16, 2023
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.

2 participants