-
Notifications
You must be signed in to change notification settings - Fork 31
Description
Looks like once again the protocol files are being changed. The location changed, and will only be available in 'pdl' format. Currently, the json files are converted and pushed to: https://github.com/ChromeDevTools/devtools-protocol/tree/master/json. The problem is this is only the 'stable' channel. I don't see any other channels. So if someone wants to, say, use the dev channel, they'll need to figure out another method.
What This Means:
I'm just going to switch gcdapigen to download the JSON files directly from the devtools-protocol repo and remove the ability of choosing a branch.
How someone could help:
Write a PDL -> json or PDL -> go struct converter and we can re-enable the ability to download different branch/channels for devtools support.
Unfortunately, I do not really use this library personally at the moment so I don't have time to invest in doing it correctly (pdl converter).
If someone wants to step up, that'd be great.