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

Groundwork to support experimental features #2218

Merged
merged 1 commit into from
Sep 8, 2019

Conversation

novemberborn
Copy link
Member

I'd like to be able to ship changes without them immediately being subject to our SemVer commitments. #1947 is a good first candidate. We should land that PR without needing to finish the documentation or update the ESLint plugin.

This PR introduces a new nonSemVerExperiments configuration option. It performs validation and AVA will refuse to run if an unknown experiment is enabled.

When running AVA, the CLI includes a warning when experiments are enabled:

Screen Shot 2019-08-18 at 15 44 53

From time to time, AVA will implement experimental features. These may
change or be removed at any time, not just when there's a new major
version. You can opt-in to such a feature by enabling it in the
`nonSemVerExperiments` configuration.
@novemberborn novemberborn merged commit 03c1509 into master Sep 8, 2019
@novemberborn novemberborn deleted the experimental-features branch September 8, 2019 15:12
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.

1 participant