fix: Fix bug that prevented deleting a variable referenced by two connected blocks by gonfunko · Pull Request #9563 · RaspberryPiFoundation/blockly
Navigation Menu
{{ message }}
RaspberryPiFoundation / blockly Public
- Notifications You must be signed in to change notification settings
- Fork 3.8k
Merged
fix: Fix bug that prevented deleting a variable referenced by two connected blocks#9563
fix: Fix bug that prevented deleting a variable referenced by two connected blocks#9563
Conversation
Copy link Copy Markdown
Contributor
The basics
The details
Resolves
Fixes #8455
Proposed Changes
This PR fixes a bug that caused an exception to be thrown if a variable was deleted when two blocks referencing the variable were connected to one another.
gonfunko
requested a review
from a team
as a code owner
gonfunko
requested a review
from BenHenning
github-actions
bot
assigned
BenHenning
BenHenning approved these changes Jan 12, 2026
Copy link Copy Markdown
Collaborator
BenHenning
left a comment
BenHenning
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gonfunko! Fix and tests look good.
gonfunko
deleted the
var-get-set
branch
gonfunko
mentioned this pull request
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment