-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
refactor(ast): Make ast enum non_exhaustive
#11115
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
base: main
Are you sure you want to change the base?
Conversation
|
Do you think this should go into the main branch? |
Sure, I can change it. |
7e9b1f3
to
5c7ab17
Compare
CodSpeed Performance ReportMerging #11115 will not alter performanceComparing Summary
Footnotes |
5c7ab17
to
58133f1
Compare
Description:
This is the split of #11100 . Since we need to add unknown variants to the ast enum, this requires a lot of code changes to handle non-exhaustive match. I'm doing this in a separate PR for review.
BREAKING CHANGE:
Related issue (if exists):