-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Source IDL for idlharness.js tests should be auto-synced from latest draft specs #7784
Comments
This came up in bit.ly/ecosystem-infra-rotation today. This work is planned for this quarter so the priority label is actually correct, see details in Changes to Web IDL in specs automatically propagate to wpt PRs. |
So that https://github.com/GoogleChromeLabs/webidl-diff finds the shorter links and processes those. Part of web-platform-tests/wpt#7784. Change-Id: I9697f7f1ae0e1960031ca25979295c8b8282f441 Reviewed-on: https://chromium-review.googlesource.com/952668 Commit-Queue: Miguel Casas <[email protected]> Reviewed-by: Miguel Casas <[email protected]> Cr-Commit-Position: refs/heads/master@{#541475}
These all redirect. Process was to copy into browser, follow redirect and copy URL back. In a few cases where the anchor wasn't there, I found the correct URL instead. Really in order to get the URLs in *.idl correct, related to web-platform-tests/wpt#7784. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iab73c1d51b1da4ab66c0e8314b0b3e701bbd19f2 Reviewed-on: https://chromium-review.googlesource.com/952298 Reviewed-by: Fredrik Söderquist <[email protected]> Reviewed-by: Rune Lillesveen <[email protected]> Commit-Queue: Philip Jägenstedt <[email protected]> Cr-Commit-Position: refs/heads/master@{#541595}
Part of web-platform-tests/wpt#7784 and roundabout manner. Change-Id: I7a11d22240784d94776d77ca07d0c28b1ef12736 Reviewed-on: https://chromium-review.googlesource.com/952670 Reviewed-by: Emily Stark <[email protected]> Commit-Queue: Philip Jägenstedt <[email protected]> Cr-Commit-Position: refs/heads/master@{#542295}
@dontcallmedom talked about getting reffy to output these IDL snippets, because its analysis needs to parse and interpret the IDL anyway. Dominique, when do you think publishing the IDL snippets could be integrated into report generation? |
This is in progress, see the linked project. |
I have something in progress in https://github.com/foolip/wpt-idl-importer. |
Suggesting in w3c/webref#20 to trigger the updates from reffy-reports directly instead. |
This is now done, PRs will be automatically created to reflect any changes that happen in reffy-reports. |
This should be relatively straightforward, given that https://github.com/GoogleChrome/webidl-diff already contains code for locating specs, extracting IDL, and verifying it (by parsing it).
The text was updated successfully, but these errors were encountered: