summaryrefslogtreecommitdiff
path: root/src/value_checker.ml
AgeCommit message (Collapse)Author
2025-05-13deps: T7450: use PCRE2 instead of the original, outdated PCREDaniil Baturin
2024-10-25T6718: inject environment variables required by certain validatorsJohn Estabrook
2024-10-24T6718: catch bad_validator errorJohn Estabrook
2024-10-24T6718: fix typo in quoting argJohn Estabrook
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