Skip to content

conf: Introduce derived configuration keys

Douglas Raillard requested to merge github/fork/douglas-raillard-arm/_pr12 into next
  • Allow using a key that is purely defined in term of other keys. That key cannot be added from a source, and is not shown when iterating over the MultiSrcConf instance. This avoids inconsistencies when adding it back as a source for example.

  • minor cleanup in conf-related classes

Merge request reports