blob: e663af37faa825736c76661cdcaa4124a32f45aa (
plain) (
blame)
1
2
3
4
5
6
7
|
Rework configuration system
- Missmatching argument vs env values
- Two layers of mappings that we don't really need to go through
- Factor common code out of FEXLoader, IRLoader, TestHarness, etc
- Add command line option to ignore any other layers (for CI, tests)
- Don't flatten default values / provide specific default values (possibly "default?") for easier config migrations
- Add configuration versioning for future automatic config migration
|