Skip to content
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

fix #48889, bug in capturing variable declared outside while #50742

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

JeffBezanson
Copy link
Sponsor Member

This fix seems almost too good/simple to be true, but let's see.

fixes #48889

@JeffBezanson JeffBezanson added compiler:lowering Syntax lowering (compiler front end, 2nd stage) bugfix This change fixes an existing bug labels Jul 31, 2023
@JeffBezanson
Copy link
Sponsor Member Author

@nanosoldier runtests(ALL, vs = ":master")

@nanosoldier
Copy link
Collaborator

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

@JeffBezanson
Copy link
Sponsor Member Author

PkgEval looks good.

@JeffBezanson JeffBezanson merged commit 9889caf into master Aug 9, 2023
1 check passed
@JeffBezanson JeffBezanson deleted the jb/fix48889 branch August 9, 2023 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug compiler:lowering Syntax lowering (compiler front end, 2nd stage)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug in closure capture boxing logic
3 participants