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

Filter by feature #51

Open
foolip opened this issue Apr 8, 2024 · 6 comments
Open

Filter by feature #51

foolip opened this issue Apr 8, 2024 · 6 comments
Labels
ui Related to web UI

Comments

@foolip
Copy link

foolip commented Apr 8, 2024

Is there a way to see results for a specific features.txt?

It looks like some of these are listed under proposals, but not all features.

This would be helpful for tc39/test262#4043.

For example, I'd like to see all results for BigInt, which are spread across many directories.

@mathiasbynens
Copy link
Contributor

mathiasbynens commented Apr 8, 2024

https://test262.fyi/data/features.json already contains the needed data (overall score per Test262 feature identifier), but is limited to recent features. @CanadaHonk, how would you feel about creating a separate features-all.json that includes every Test262 feature?

@CanadaHonk
Copy link
Member

Sure, sounds like a good idea. I'll do it later today :)

@CanadaHonk
Copy link
Member

All features should be in data/features.json in the future (once latest run is done in a few hours). Previously features which had no proposal data were filtered out from the data itself, but now that filter is applied site-side instead (you can check yourself if it has the proposal object if wanted). 🎉

@CanadaHonk
Copy link
Member

There is still no way to see this data on the site yet, but it should be in the data "now". I'll likely add a dedicated features tab/page soon. (Also related to #16.)

@foolip
Copy link
Author

foolip commented Apr 8, 2024

Cool, thanks @CanadaHonk! I now see "Array.prototype.flat" in https://test262.fyi/data/features.json but there are only results from 4 engines. Do you know why that is?

@CanadaHonk
Copy link
Member

@foolip The run hasn't finished yet and is still in progress, more engines will appear as they are ran.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui Related to web UI
Projects
None yet
Development

No branches or pull requests

3 participants