Philip Jägenstedt
Philip Jägenstedt
I have a draft PR to publish groups in web-features in https://github.com/web-platform-dx/web-features/pull/1060. We'd also need guidelines on what should be a group and what should be a feature, which is...
I've filed https://github.com/web-platform-dx/web-features/issues/1122 for what we'd need from web-features to support this.
It looks like exactly the same thing is happening with https://webstatus.dev/features/content-visibility.
For a custom syntax, could we simply use a leading exclamation mark? Evaluate the pattern after it using fnmatch, and remove any matches from the set. One thing I'm not...
I previously took a look at using test262.fyi results, and @CanadaHonk kindly helped expose some data that would be useful for this is in https://github.com/CanadaHonk/test262.fyi/issues/51. The biggest issue is that...
https://github.com/tc39/test262/blob/main/features.txt is the file in Test262 defining feature identifiers, which are then used in tests. That's what gets surfaced on test262.fyi, IIUC.
@letitz do you know how you'd run this through Chromium's CI to look for regressions? If not let me know and I'm happy to chat. (We might have to update...
RFC: https://github.com/web-platform-tests/rfcs/pull/117
PRs done soon before I filed this issue: https://github.com/web-platform-tests/wpt/pull/28735 + https://github.com/web-platform-tests/wpt/pull/28740 + https://github.com/web-platform-tests/wpt/pull/28747 + https://github.com/web-platform-tests/wpt/pull/28748
There are pull requests up for all remaining use of six now, with https://github.com/web-platform-tests/wpt/pull/28935 still a draft. I'd like to enably mypy for that code first to trust the change...