Commit 6dc3343
committed
Release 0.3.0 — sync to ktav 0.3.0
Pick up the upstream Rust crate's reject-paren-strings change. Inline
paren-wrapped scalars like `a: (hello)` and `a: ((wrapped))` are now
decode errors. The PyO3 binding inherits this behaviour transparently;
all 234 tests pass against the synced spec submodule.
- Cargo.toml: ktav-python 0.2.0 → 0.3.0, ktav 0.2.0 → 0.3.0
- CHANGELOG.md / CHANGELOG.ru.md: 0.3.0 entry
- spec submodule: fe125c4 → 46d94a7 (new inline_paren_string_*
invalid fixtures, tightened partial_parens valid-fixture)1 parent 7de0273 commit 6dc3343
4 files changed
Lines changed: 47 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
15 | 32 | | |
16 | 33 | | |
17 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
15 | 42 | | |
16 | 43 | | |
17 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
- versions/0.1/tests/invalid/inline_paren_string_double.json+1
- versions/0.1/tests/invalid/inline_paren_string_double.ktav+1
- versions/0.1/tests/invalid/inline_paren_string_single.json+1
- versions/0.1/tests/invalid/inline_paren_string_single.ktav+1
- versions/0.1/tests/valid/scalars/partial_parens.json-2
- versions/0.1/tests/valid/scalars/partial_parens.ktav-2
0 commit comments