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 redundant patterns #3101

Merged
merged 11 commits into from
Oct 30, 2024
Merged

Detect redundant patterns #3101

merged 11 commits into from
Oct 30, 2024

Conversation

lukaszcz
Copy link
Collaborator

@lukaszcz lukaszcz commented Oct 14, 2024

@lukaszcz lukaszcz added this to the 0.6.7 milestone Oct 14, 2024
@lukaszcz lukaszcz self-assigned this Oct 14, 2024
@lukaszcz lukaszcz force-pushed the redundant-patterns branch 2 times, most recently from 6ac3893 to 26831be Compare October 28, 2024 17:14
@lukaszcz lukaszcz marked this pull request as ready for review October 29, 2024 14:41
@lukaszcz lukaszcz merged commit 68a79bc into main Oct 30, 2024
4 checks passed
@lukaszcz lukaszcz deleted the redundant-patterns branch October 30, 2024 10:38
paulcadman pushed a commit that referenced this pull request Nov 1, 2024
* Closes #3007 
* Depends on #3101 
* Detects side conditions which are `true` (removes the condition) or
`false` (removes the branch).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detect redundant patterns
2 participants