-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
encoding/jsonschema: initial support for format keyword
This CL just adds the most basic support for the format keyword, which is just to ignore it. It does add TODO entries for all the known formats with their respective versions, so it will be easy to add support for them in future CLs. Signed-off-by: Roger Peppe <[email protected]> Change-Id: I524547997f4e612a0ed501743192e916fd399900 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1201125 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
- Loading branch information
Showing
85 changed files
with
2,963 additions
and
9,358 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
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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# Generated by teststats. DO NOT EDIT | ||
v2: | ||
schema extract (pass / total): 923 / 1363 = 67.7% | ||
tests (pass / total): 3076 / 4803 = 64.0% | ||
tests on extracted schemas (pass / total): 3076 / 3362 = 91.5% | ||
schema extract (pass / total): 993 / 1363 = 72.9% | ||
tests (pass / total): 3515 / 4803 = 73.2% | ||
tests on extracted schemas (pass / total): 3515 / 3801 = 92.5% | ||
|
||
v3: | ||
schema extract (pass / total): 911 / 1363 = 66.8% | ||
tests (pass / total): 3037 / 4803 = 63.2% | ||
tests on extracted schemas (pass / total): 3037 / 3318 = 91.5% | ||
schema extract (pass / total): 981 / 1363 = 72.0% | ||
tests (pass / total): 3476 / 4803 = 72.4% | ||
tests on extracted schemas (pass / total): 3476 / 3757 = 92.5% | ||
|
||
Optional tests | ||
|
||
v2: | ||
schema extract (pass / total): 154 / 274 = 56.2% | ||
tests (pass / total): 391 / 2372 = 16.5% | ||
tests on extracted schemas (pass / total): 391 / 522 = 74.9% | ||
schema extract (pass / total): 230 / 274 = 83.9% | ||
tests (pass / total): 1421 / 2372 = 59.9% | ||
tests on extracted schemas (pass / total): 1421 / 2258 = 62.9% | ||
|
||
v3: | ||
schema extract (pass / total): 154 / 274 = 56.2% | ||
tests (pass / total): 381 / 2372 = 16.1% | ||
tests on extracted schemas (pass / total): 381 / 522 = 73.0% | ||
schema extract (pass / total): 230 / 274 = 83.9% | ||
tests (pass / total): 1411 / 2372 = 59.5% | ||
tests on extracted schemas (pass / total): 1411 / 2258 = 62.5% |
Oops, something went wrong.