-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Clear temp var for captured var expr to permit GC #14205
Conversation
That was just non-trivial enough to learn something. Running the suite locally shows errors, so converting to draft while I chase those. Still to answer, what does a tree inherit by virtue of Update is that resetting the temporary requires That was in
but the Hardest part still is trying to figure out how to run tests under dotty. |
@som-snytt what's the status on this one? Is it review-ready? |
Possibly the extra nullifier could be emitted only selectively. |
691ab95
to
aefb9af
Compare
Documented the change, aligned the stars, and omit nullify for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Fixes #14198