Skip to content

fix missing local variables at the bottom of blocks#75

Open
masuhar wants to merge 1 commit intomasterfrom
fix-missing-local-variables-at-block-bottom
Open

fix missing local variables at the bottom of blocks#75
masuhar wants to merge 1 commit intomasterfrom
fix-missing-local-variables-at-block-bottom

Conversation

@masuhar
Copy link
Copy Markdown
Contributor

@masuhar masuhar commented Mar 10, 2026

Checkpoints inserted at the bottom of a block do not capture local variables declared inside the block. This is caused by the transformation that converts a block into a nested block, and the check point insertion that ignores the local variables.

resolves #73

Checkpoints inserted at the bottom of a block do not capture local
variables declared inside the block.  This is caused by the
transformation that converts a block into a nested block, and the
check point insertion that ignores the local variables.

resolves #73
@masuhar
Copy link
Copy Markdown
Contributor Author

masuhar commented Mar 10, 2026

resolves #75 (not 73)!

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.

disappearing a local variable

1 participant