FEX icon indicating copy to clipboard operation
FEX copied to clipboard

Rework configuration system

Open skmp opened this issue 3 years ago • 0 comments

  • 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

skmp avatar Aug 30 '22 06:08 skmp