Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate the WebIDL parser #25964
Update the WebIDL parser #25964
Conversation
highfive
commented
Mar 14, 2020
|
Heads up! This PR modifies the following files:
|
|
Maybe this will fix #25955 |
|
It updates WebIDL.py but it doesn't make the script crate work with Python 3. And mozjs_sys and style also don't build with Python 3. |
|
@bors-servo try=wpt |
Update the WebIDL parser It now supports Python 3.
|
|
|
Not super confidence-boosting that fixing the scoping issue triggered no test result changes in idlharness tests. Oh well! |
|
|
AFAIK this block of code only uses object properties that are common to all descriptors of the interface for which we are generating stuff. To make it an actual bug, you need to do some different |
Update the WebIDL parser It now supports Python 3.
|
|
|
@bors-servo retry |
|
|
nox commentedMar 14, 2020
It now supports Python 3.