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(lane-merge), merge recovered components #7760

Merged
merged 6 commits into from
Aug 9, 2023
Merged

Conversation

davidfirst
Copy link
Member

Currently, if the checked out lane has a removed component and it is merging a lane where in that lane the component has been recovered, it won't merge the component, just skip it with a message saying the component is removed.
This PR checks whether the other lane is ahead, in which case, we know that the other lane recovered the removed component, and we bring it back.

@davidfirst davidfirst merged commit b97c92f into master Aug 9, 2023
@davidfirst davidfirst deleted the merge-recovered-comp branch August 9, 2023 15:32
luvkapur pushed a commit that referenced this pull request Aug 21, 2023
Currently, if the checked out lane has a removed component and it is
merging a lane where in that lane the component has been recovered, it
won't merge the component, just skip it with a message saying the
component is removed.
This PR checks whether the other lane is ahead, in which case, we know
that the other lane recovered the removed component, and we bring it
back.
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