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

Automatically assign status.[experimental, standard_track] during build #21860

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

queengooborg
Copy link
Collaborator

@queengooborg queengooborg commented Jan 7, 2024

This PR updates the code to automatically set the experimental and standard_track properties during the build process, instead of using a linter and requiring user intervention. This also updates the experimental check function to better cover when it should be set to false instead of true.

This inherently fixes #1531.

Note that the tests will fail since the linter was updated to disallow experimental and standard_track in the compat data.

Also note: there are a lot of standard features that don't have spec URLs.

@github-actions github-actions bot added linter 🏡 Issues or pull requests regarding the tests / linter of the JSON files. scripts 📜 Issues or pull requests regarding the scripts in scripts/. labels Jan 7, 2024
@github-actions github-actions bot added the merge conflicts 🚧 This PR needs to merge latest "main" branch to resolve a merge conflict or other issue. label Mar 28, 2024
Copy link

This pull request has merge conflicts that must be resolved before it can be merged.

@github-actions github-actions bot added data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API merge conflicts 🚧 This PR needs to merge latest "main" branch to resolve a merge conflict or other issue. and removed merge conflicts 🚧 This PR needs to merge latest "main" branch to resolve a merge conflict or other issue. linter 🏡 Issues or pull requests regarding the tests / linter of the JSON files. labels Mar 28, 2024
@queengooborg queengooborg marked this pull request as draft July 24, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API scripts 📜 Issues or pull requests regarding the scripts in scripts/.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate if we still need status.standards_track if spec_urls are populated throughout the repo
1 participant