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: shareable procedures incorrectly reconnecting caller child blocks during mutation for #1865

Merged
merged 2 commits into from
Aug 17, 2023

Conversation

BeksOmega
Copy link
Contributor

Fixes #1859

Instead of updating the args map right before we modify the shape of the caller update them on every BlockMove event in the main workspace (so we pick up on disconnections). Also actually delete entries where we have an empty input.

Manually tested that this works with a single workspace and callers in a separate workspace.

@BeksOmega BeksOmega requested a review from a team as a code owner August 17, 2023 17:16
@BeksOmega BeksOmega requested review from rachel-fenichel and removed request for a team August 17, 2023 17:16
@BeksOmega BeksOmega merged commit c0ce651 into google:master Aug 17, 2023
7 checks passed
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.

User-disconnected blocks remain associated with caller
2 participants