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

Avoid un-setting bracket flag in logical lines #8380

Merged
merged 1 commit into from Oct 31, 2023
Merged

Conversation

charliermarsh
Copy link
Member

Summary

By using set, we were setting the bracket flag to false if another operator was visited.

Closes #8379.

Test Plan

cargo test

@charliermarsh charliermarsh added the bug Something isn't working label Oct 31, 2023
Copy link

PR Check Results

Ecosystem

✅ ecosystem check detected no linter changes.

@charliermarsh charliermarsh merged commit 23ed4e9 into main Oct 31, 2023
17 checks passed
@charliermarsh charliermarsh deleted the charlie/set branch October 31, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

E211 fails to trigger in common cases
1 participant