-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a validation guarantee to curated CDDL extracts
This leverages CDDL validation in Strudy to provide a validation guarantee to curated CDDL extracts. A `cddlpatches` folder, which will hopefully remain empty, gets added so that we may temporarily patch CDDL extracts that become invalid.
- Loading branch information
Showing
8 changed files
with
196 additions
and
422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# CDDL patches | ||
|
||
These are patches applied to the CDDL extracts scraped from specs. These patches can break as specs are updated and thus need ongoing maintenance. | ||
|
||
For details on how to create and update patches, please see the [Web IDL patches documentation](../idlpatches/README.md) |
Oops, something went wrong.