Sam Jaffe
|
a13c6de001
refactor: compress details in vocabulary::Metadata w/ enum
|
8 月之前 |
Sam Jaffe
|
2699edfbd7
refactor: implement required-keywords
|
8 月之前 |
Sam Jaffe
|
cc172b0678
fix: validation on RelativePointer for e.g. "01/A"
|
8 月之前 |
Sam Jaffe
|
68804cd7c3
fix: JSON-Pointer handling is looser in the schema handler than the format handler
|
8 月之前 |
Sam Jaffe
|
7525ba870f
refactor: add validator for json-pointer and relative-json-pointer
|
8 月之前 |
Sam Jaffe
|
c027e6c5ba
refactor/fix: make integer parsing for Pointer require all chars in the string
|
8 月之前 |
Sam Jaffe
|
49623e7f72
refactor: don't use optional for relative pointer
|
8 月之前 |
Sam Jaffe
|
c2da67ffeb
refactor: move parse_integer into number.h
|
8 月之前 |
Sam Jaffe
|
8697cb37e5
refactor: change Pointer/RelativePointer to use expected for the string ctor
|
8 月之前 |
Sam Jaffe
|
f88224b109
refactor: don't use optional for relative pointer
|
8 月之前 |
Sam Jaffe
|
2742b8c4d9
refactor: create Pointer::parse using expected
|
8 月之前 |
Sam Jaffe
|
aad2a243b6
refactor: add missing ctors and typedefs
|
8 月之前 |
Sam Jaffe
|
b9102750ce
refactor: switch Pointer to use expected under-the-hood, preserve API
|
8 月之前 |
Sam Jaffe
|
56b3271b58
refactor: std::expected compat
|
8 月之前 |
Sam Jaffe
|
cdf837a3a6
Merge branch 'master' into feat/format-matcher
|
8 月之前 |
Sam Jaffe
|
48089512d6
Merge branch 'feat/extension-model'
|
8 月之前 |
Sam Jaffe
|
8db5617e20
test: failure test and success test for extensions
|
8 月之前 |
Sam Jaffe
|
b0f7aebe31
fix: missed return expression in extension plugins
|
8 月之前 |
Sam Jaffe
|
69e97cb0ee
fix: Not constraint was not working correctly
|
8 月之前 |
Sam Jaffe
|
1dea9695c7
refactor: add other edge case to RelativePointer (no hash, no ptr)
|
8 月之前 |
Sam Jaffe
|
f44332627c
refactor: fix extension test structure
|
8 月之前 |
Sam Jaffe
|
729029efbb
refactor: move common testing code to helper
|
8 月之前 |
Sam Jaffe
|
8195d931a6
refactor: add ValidationResult::valid, ExtensionConstraint::make
|
8 月之前 |
Sam Jaffe
|
974edbac82
test: extension test (part 1)
|
8 月之前 |
Sam Jaffe
|
252c7f59dc
refactor: allow multi-parent() in Pointer
|
8 月之前 |
Sam Jaffe
|
f23ab19891
feat: implement visitor system for ExtensionConstraints
|
8 月之前 |
Sam Jaffe
|
6001316336
feat: implement ExtensionVisitor as a plugin
|
8 月之前 |
Sam Jaffe
|
28774f5e80
refactor: require that the schema node outlives the validator
|
8 月之前 |
Sam Jaffe
|
f3d5274903
refactor: template deduction allows us to eschew the ValidatorT trick
|
8 月之前 |
Sam Jaffe
|
05d5aa1eff
refactor: move the caching behavior into the RegexEngine object
|
8 月之前 |