-
-
Notifications
You must be signed in to change notification settings - Fork 814
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
Check if string patterns are unreachable #4346
Check if string patterns are unreachable #4346
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work!! I've not done a proper review yet, but I've left some very small comments with the few mins I've had to look at this
Thank you! Should have addressed all the comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks great! Really impressive work!
I've left some tiny nitpicks RE names
453bc57
to
2f60fb5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing!!! Thank you!!
This PR expands the pattern matching decision tree to properly deal with string patterns and check if they are reachable or not. It also lays the foundation to properly do efficient code generation for string patterns, after this I'll start working on the code get part!