Propagate mode during config parsing#1280
Conversation
|
You are adding a recursive evaluation of What problem are you trying to solve that is not solvable right now? Please provide a concrete example |
|
There isn't any problem that is impossible to solve with the current implementation. fieldA#env: valueA After the refactoring, it became more natural to group these values under a common node in config_vars.yaml and use $root in static_config.yaml: root: However, this is currently not supported. |
|
Maybe a better solution would be to add an additional mode that allows this kind of recursion and has to be explicitly enabled by the user? |
No description provided.