Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: dependency resolve logic #370

Merged
merged 14 commits into from
Jul 17, 2024
Merged

refactor: dependency resolve logic #370

merged 14 commits into from
Jul 17, 2024

Conversation

ComradeVanti
Copy link
Collaborator

This PR refactors dependency resolving logic. The result is now no longer a flat list of dependencies, but a graph structure.

This is in preparation for implementing #366.

Move dependency-graph and related logic to own module. Also add tests.
Extract function for flattening a dependency graph into a linear array.
Move dependency-graph and related logic to own module. Also add tests.
Extract function for flattening a dependency graph into a linear array.
@ComradeVanti ComradeVanti merged commit deb09a0 into master Jul 17, 2024
6 checks passed
@ComradeVanti ComradeVanti deleted the deps-graph branch July 17, 2024 08:39
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.

None yet

1 participant