-
Notifications
You must be signed in to change notification settings - Fork 789
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
Add feature flag for obj-inference diagnostic #15315
Conversation
I guess I'm a bit confused. Why does it need to be a separate PR, and not part of the feature? |
I can combine them if you like, but I'm still not confident that the feature itself is ready to go in, and I want to reduce churn on the FsComp file. |
Oh, I get it now, just to "reserve" it. It's fine that it goes first, yeah. |
@@ -161,6 +162,7 @@ type LanguageVersion(versionText) = | |||
LanguageFeature.ExtendedStringInterpolation, previewVersion | |||
LanguageFeature.WarningWhenMultipleRecdTypeChoice, previewVersion | |||
LanguageFeature.ImprovedImpliedArgumentNames, previewVersion | |||
LanguageFeature.DiagnosticForObjInference, previewVersion |
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.
For posterity, this precise line should probably not have gone in during this pull request, since the feature was not actually implemented yet.
No actual feature is implemented; just reserving the feature flag. The feature itself is #13298 .