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

syntax error with anonfn inside elseif and short-circuit op #47499

Merged
merged 1 commit into from
Nov 16, 2022

Conversation

JeffBezanson
Copy link
Member

fix #47410

@JeffBezanson JeffBezanson added compiler:lowering Syntax lowering (compiler front end, 2nd stage) bugfix This change fixes an existing bug backport 1.6 Change should be backported to release-1.6 backport 1.8 Change should be backported to release-1.8 labels Nov 8, 2022
@JeffBezanson JeffBezanson added the backport 1.9 Change should be backported to release-1.9 label Nov 15, 2022
@vtjnash vtjnash added the merge me PR is reviewed. Merge when all tests are passing label Nov 16, 2022
@vtjnash vtjnash changed the title fix #47410, syntax error with anonfn inside elseif and short-circuit op syntax error with anonfn inside elseif and short-circuit op Nov 16, 2022
@oscardssmith oscardssmith merged commit 5f256e7 into master Nov 16, 2022
@oscardssmith oscardssmith deleted the jb/fix47410 branch November 16, 2022 16:17
KristofferC pushed a commit that referenced this pull request Nov 17, 2022
KristofferC pushed a commit that referenced this pull request Nov 17, 2022
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Nov 17, 2022
@KristofferC KristofferC mentioned this pull request Dec 14, 2022
26 tasks
KristofferC pushed a commit that referenced this pull request Dec 14, 2022
KristofferC pushed a commit that referenced this pull request Dec 14, 2022
@KristofferC KristofferC removed the backport 1.8 Change should be backported to release-1.8 label Dec 16, 2022
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.6 Change should be backported to release-1.6 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.

elseif raises an error when used with both short-circuiting evaluation and anonymous function
5 participants