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

fix: add missing flattened and edges to new snap/tag #6848

Merged
merged 3 commits into from
Dec 29, 2022

Conversation

davidfirst
Copy link
Member

Due to some previous bugs, some components might have missing flattened dependencies. As a result, the flattenedEdges may have more components than the flattenedDependencies, which will cause issues later on when the graph is built.
This fixes it by adding the missing flattened dependencies, and then recursively adding the flattenedEdge accordingly.

@davidfirst davidfirst merged commit 5b89a1a into master Dec 29, 2022
@davidfirst davidfirst deleted the missing-flattened-edges branch December 29, 2022 17:23
zkochan pushed a commit that referenced this pull request Jan 5, 2023
Due to some previous bugs, some components might have missing flattened dependencies. As a result, the flattenedEdges may have more components than the flattenedDependencies, which will cause issues later on when the graph is built.
This fixes it by adding the missing flattened dependencies, and then recursively adding the flattenedEdge accordingly.
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