summaryrefslogtreecommitdiff
path: root/src/value_checker.mli
AgeCommit message (Collapse)Author
2024-10-24T6718: validate_path returns unit instead of (path, value)John Estabrook
Splitting of path arg into (path, value), as originally returned by validate_path, is now handled by a utility function. validate_path returns unit on success and raises error with output on failure.
2024-10-24T6718: update value_checker to return validator output on errorJohn Estabrook
2024-10-24T6718: move validate_path from vyconfJohn Estabrook