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-change-scope), block when lane is exported, throw when scope-name is invalid #7139

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

davidfirst
Copy link
Member

Proposed Changes

  • block bit lane change-scope when the lane is not new, because then, whole history of the current lane needs to be exported, otherwise, on the next export, the remote will throw about missing objects. It's much easier to just create a new lane with the new scope-name.
  • in case the scope-name is invalid, throw an error about it. Currently, it lets you use an invalid scope-name and saves it in the lane-object incorrectly.

@davidfirst davidfirst merged commit d5e92f3 into master Mar 10, 2023
@davidfirst davidfirst deleted the fix-lane-change-scope branch March 10, 2023 19:34
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