Skip to content

codeedges: Fix termination point placement#155

Merged
aviatesk merged 1 commit into
masterfrom
avi/fix-termination-point
Jun 24, 2026
Merged

codeedges: Fix termination point placement#155
aviatesk merged 1 commit into
masterfrom
avi/fix-termination-point

Conversation

@aviatesk

Copy link
Copy Markdown
Member

Termination points were recorded at the simply first inactive statement of each terminal block. That could stop selective evaluation before later required statements in the same block were reached.

Record the first inactive statement after the last required statement instead, and add a regression test for a required statement that follows an inactive statement in a terminal block.

Termination points were recorded at the simply first inactive statement
of each terminal block. That could stop selective evaluation before
later required statements in the same block were reached.

Record the first inactive statement after the last required statement
instead, and add a regression test for a required statement that follows
an inactive statement in a terminal block.
@aviatesk aviatesk merged commit 460b83a into master Jun 24, 2026
9 checks passed
@aviatesk aviatesk deleted the avi/fix-termination-point branch June 24, 2026 01:42
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.

1 participant