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, fix error "exists in flattenedEdges but not in flattened" #7107

Merged
merged 4 commits into from
Mar 1, 2023

Conversation

davidfirst
Copy link
Member

@davidfirst davidfirst commented Mar 1, 2023

when it load the current component as a snap while it has a tag.

This is happening when a previous merge was done from main into the current lane, and this component shown in the error message, was not changed on the lane, so then the version was just "moved" from main to the lane without any extra snap.
Because on a lane the components are always loaded by their snaps, this component was loaded by the snap although it has a tag pointing to the same snap. From here, the graph got an error trying to find it by a tag instead of the hash/snap.

@davidfirst davidfirst enabled auto-merge (squash) March 1, 2023 19:16
@davidfirst davidfirst merged commit 3eb2ca8 into master Mar 1, 2023
@davidfirst davidfirst deleted the current-flatten-as-tag branch March 1, 2023 19:40
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