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(export): use the Version objects sent to the remote to indicate what was exported #7109

Merged
merged 4 commits into from
Mar 2, 2023

Conversation

davidfirst
Copy link
Member

@davidfirst davidfirst commented Mar 1, 2023

currently, to determine what components/versions were exported, the remote was checking whether a component on a lane exists on the remote lane-object, and if it's not there, because for example, this lane was forked and is new on the remote, then it assumed that all components on this lane were exported.
This resulted in an inaccurate output in bit-export, where it shows exported components incorrectly.

@davidfirst davidfirst enabled auto-merge (squash) March 1, 2023 22:27
@davidfirst davidfirst merged commit 67b4ea3 into master Mar 2, 2023
@davidfirst davidfirst deleted the export-forked-lane branch March 2, 2023 00:08
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