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

Allow linter to use alternate features.txt file #3943

Merged
merged 3 commits into from
Oct 16, 2023
Merged

Allow linter to use alternate features.txt file #3943

merged 3 commits into from
Oct 16, 2023

Conversation

LiviuArln
Copy link

V8 explores 2-way-sync-ing of tests and needs to be able to introduce new features and tests first in V8 repo before exporting them to test262 github repo. Linting these tests requires the linter to become a bit more flexible with where it looks for the features file.

@LiviuArln LiviuArln requested a review from a team as a code owner October 10, 2023 11:29
@Ms2ger
Copy link
Contributor

Ms2ger commented Oct 10, 2023

Isn't this what #3940 is for?

@LiviuArln
Copy link
Author

#3940 is related to this. We plan to have a V8 side copy of features.txt that we will 2-way-sync with the one here. This change is to allow us to use our copy of features.txt file when linting our test changes. Once we successfully ran the linter in V8 we are sure we can export to this repo both the tests and any updates to the features.txt file we might have needed.

Copy link
Contributor

@ptomato ptomato left a comment

Choose a reason for hiding this comment

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

The explanation makes sense to me. This seems like something that wouldn't be used on our end but if it facilitates this exchange of tests I'm all for it!

@LiviuArln
Copy link
Author

Thanks! I guess I only need to wait for the failed check approval now. Or, how does this work?

@ljharb
Copy link
Member

ljharb commented Oct 16, 2023

Just needs to be rebased; and a maintainer can approve CI and land it.

@ptomato ptomato merged commit be929de into tc39:main Oct 16, 2023
1 check passed
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.

4 participants