[Feature request]: multiple config files patching behavior enhancements #371
Labels
config
Relating to configuration files or their framework.
enhancement
Request for improvement or addition of new feature(s).
medium priority
Medium priority.
meta/workflow
Relating to CI / issue templates / testing frameworks / etc.
operations
Refers to specific epi modeling objectives or scenario modeling goals.
Label
config
Priority Label
low priority
Is your feature request related to a problem? Please describe.
The multi-config PR #336 provides basic capabilities to meld configuration files, enabling hot-swapping configuration elements.
However, that capability is crude, and basically only supports distinct key words OR depth zero shadowing. It's desirable to provide more nuanced patching, e.g. supporting YAML references, variable syntax, and something akin to JSON-patch syntax.
The solution, however, needs to be human write/read-able as well (so the actual JSON patch standard is probably too fiddly).
Is your feature request related to a new application, scenario round, pathogen? Please describe.
No response
Describe the solution you'd like
then: can write a test suite for that patching standard and implement an enhancement of the current approach. that should just then propagate to wherever we're using the patching solution.
The text was updated successfully, but these errors were encountered: