Merge pull request #4333 from Arkoniak/relative_paths_in_includes

Relative paths in included configs
This commit is contained in:
Alexis Rouillard
2025-08-08 08:53:55 +02:00
committed by GitHub
4 changed files with 27 additions and 5 deletions

View File

@ -35,6 +35,7 @@ class Config {
void setupConfig(Json::Value &dst, const std::string &config_file, int depth);
void resolveConfigIncludes(Json::Value &config, int depth);
void mergeConfig(Json::Value &a_config_, Json::Value &b_config_);
static std::optional<std::string> findIncludePath(const std::string &name);
std::string config_file_;