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

Optimize short-circuiting operators #2514

Merged
merged 4 commits into from
Oct 4, 2023
Merged

Conversation

scauligi
Copy link
Member

@scauligi scauligi commented Sep 30, 2023

Fixes #854.

@scauligi scauligi changed the title Optimize short-circuiting operators, fixes #854 Optimize short-circuiting operators Sep 30, 2023
@Kodiologist
Copy link
Member

Thanks, this was long overdue. I struggled to understand the code, so I made some small simplifications and renames and added comments. I also added a test of an AST feature that I realized was untested when I broke it while testing an in-progress form of my changes.

@Kodiologist Kodiologist merged commit 3406fc8 into hylang:master Oct 4, 2023
9 checks passed
@scauligi scauligi deleted the boolopt branch October 6, 2023 12:26
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.

Optimize and/or
2 participants