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

Stop passing experiment flags to parser for features that have shipped. #1256

Merged
merged 4 commits into from
Sep 1, 2023

Conversation

munificent
Copy link
Member

Fix #1245.

cc @scheglov

lib/src/dart_formatter.dart Outdated Show resolved Hide resolved
Copy link
Contributor

@jakemac53 jakemac53 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we also need an API for actually enabling experiments?

@munificent
Copy link
Member Author

munificent commented Sep 1, 2023

I think we also need an API for actually enabling experiments?

Good point! Done. PTAL!

@munificent munificent merged commit 711d4fd into main Sep 1, 2023
7 checks passed
@munificent munificent deleted the remove-experiment-flags branch September 1, 2023 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Current experiment logic prevents us from being able to expire or remove experiment flags sanely
2 participants