-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
linterIssues or pull requests regarding the tests / linter of the JSON files.Issues or pull requests regarding the tests / linter of the JSON files.meeting agendaIssues or pull requests in need of discussion in a project meeting.Issues or pull requests in need of discussion in a project meeting.
Description
What type of issue is this?
Infrastructure issue
What is the issue?
The linter did not complain about multiple consecutive support statements with partial_implementation: true:
browser-compat-data/api/GPU.json
Lines 35 to 57 in d8cf057
| "firefox": [ | |
| { | |
| "version_added": "147", | |
| "impl_url": [ | |
| "https://bugzil.la/2004105", | |
| "https://bugzil.la/1942431" | |
| ], | |
| "partial_implementation": true, | |
| "notes": "Supported on Windows and macOS on Apple silicon, in all contexts except for service workers. On other platforms the interfaces are exposed but are not accessible (`GPU.requestAdapter()` returns `null`)." | |
| }, | |
| { | |
| "version_added": "145", | |
| "version_removed": "147", | |
| "partial_implementation": true, | |
| "notes": "Supported on Windows and macOS Tahoe on Apple silicon, in all contexts except for service workers." | |
| }, | |
| { | |
| "version_added": "141", | |
| "version_removed": "145", | |
| "partial_implementation": true, | |
| "notes": "Supported on Windows only, in all contexts except for service workers." | |
| } | |
| ], |
What behavior were you expecting?
In these cases, a single partial_implementation should be used, with notes explaining the different progression.
What version(s) of BCD is the issue present in?
- The current BCD release
- The current version of the
mainbranch
Do you have anything more you want to share?
Noticed in this PR.
Metadata
Metadata
Assignees
Labels
linterIssues or pull requests regarding the tests / linter of the JSON files.Issues or pull requests regarding the tests / linter of the JSON files.meeting agendaIssues or pull requests in need of discussion in a project meeting.Issues or pull requests in need of discussion in a project meeting.
Type
Projects
Status
Todo