summaryrefslogtreecommitdiff
path: root/src/config_file.ml
AgeCommit message (Collapse)Author
2025-11-03T7915: add compiler alerts and annotationsJohn Estabrook
2025-07-18T7605: add string sanitization functions for direct load of config fileJohn Estabrook
It is necessary to escape single backslashes in config files before parsing. In order to restore single/multiple backslashes on render, the functions escape_backslash/unescape_backslash are used when parsing/rendering from the Python side; as we also want to load/save directly with vyconfd, add analogous functions to the library.
2025-05-13deps: T7450: use PCRE2 instead of the original, outdated PCREDaniil Baturin
2025-04-11T7321: add save config utilityJohn Estabrook
2025-04-11T7321: move load_config util from vyconf for general useJohn Estabrook