Alpha
Alpha copied to clipboard
Validate SystemConfig
SystemConfig should implement a mechanism to validate all configuration parameters. This means checking configuration parameters passed as Strings more strictly (i.e. whether they are an element of some sane set) and the range of numeric parameters, etc.
This comment is intended to collect (non-obvious) conditions that have to be met by the config:
- [ ] Handle cross-dependencies (see #303).
- [ ] After merging (#202), phase saving may be enabled but is only supported by a few heuristics.