-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Enable betterMatchTypeExtractors in >= 3.6 #21198
Conversation
baseVersion is already 3.6.0 so I think we can just make the feature non-experimental now |
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.
This should also be deprecated in 3.6.0.
object betterMatchTypeExtractors |
See example:
@deprecated("`clauseInterleaving` is now standard, no language import is needed", since = "3.6") |
Done ✅ |
c1033c1
to
78fe701
Compare
Wait, should it really be merged now? I thought we should wait for a minor release. |
We are on a minor release cycle, we are currently working on 3.6.0 |
Closes #20538.