Skip to content

Config class changes/adjustments (volume 1)

Erik Skultety requested to merge config-overhaul-1 into master

This is vol.1 of changes to the Config class in order to prepare it for vol.2 which will convert sections into an OOP design (this is to make the code more readable and predictable in terms of how sections are validated, more specifically, make them basically self-validating).

Note: This series was rebased onto !178 (because it also adds a bunch of unit tests).

Merge request reports