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

Detect constant side conditions in matches #3133

Merged
merged 8 commits into from
Nov 1, 2024

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Oct 29, 2024

@lukaszcz lukaszcz added enhancement New feature or request pattern-matching labels Oct 29, 2024
@lukaszcz lukaszcz added this to the 0.6.7 milestone Oct 29, 2024
@lukaszcz lukaszcz self-assigned this Oct 29, 2024
@lukaszcz lukaszcz force-pushed the detect-true-false-side-conditions branch from 74bf5e8 to eefe780 Compare October 30, 2024 12:54
@lukaszcz lukaszcz marked this pull request as ready for review October 30, 2024 14:29
@paulcadman paulcadman merged commit 95275ca into main Nov 1, 2024
4 checks passed
@paulcadman paulcadman deleted the detect-true-false-side-conditions branch November 1, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pattern-matching
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detect if a side condition in a case is true or false
2 participants