Skip to content

Fix incorrect rewriting of local variable references in legacy proc conversion. - #4934

Merged
copybara-service[bot] merged 1 commit into
mainfrom
test_977555773
Sep 8, 2026
Merged

copybara-service[bot] merged 1 commit into
mainfrom
test_977555773

Conversation

@copybara-service

@copybara-service copybara-service Bot commented Sep 7, 2026

Copy link
Copy Markdown

Fix incorrect rewriting of local variable references in legacy proc conversion.

When a member or state param is shadowed by a local variable in next() in the legacy proc, we would incorrectly rewrite references to the local variable as self.foo before this change.

@copybara-service copybara-service Bot changed the title Fix incorrect rewriting of variable references in legacy proc conversion. Fix incorrect rewriting of local variable references in legacy proc conversion. Sep 8, 2026
…onversion.

When a member or state param is shadowed by a local variable in next() in the legacy proc, we would incorrectly rewrite references to the local variable as `self.foo` before this change.

PiperOrigin-RevId: 977936216
@copybara-service
copybara-service Bot merged commit 503f74e into main Sep 8, 2026
7 checks passed
@copybara-service
copybara-service Bot deleted the test_977555773 branch September 8, 2026 15:57

This branch was previously deployed

1 inactive deployment
github-pages 503f74e7 Deployed Sep 8, 2026 by copybara-service[bot] via deploy #12673
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