Closed sjanc closed 2 months ago
newt should warn (error) on ambiguous configurations, eg:
syscfg.vals.FOO: BAZ: 5
syscfg.vals.BAR: BAZ: 10
currently if both FOO and BAR are set we get BAZ randomly be assigned 5 or 10. This type of ambiguity shall result in error.
newt should warn (error) on ambiguous configurations, eg:
syscfg.vals.FOO: BAZ: 5
syscfg.vals.BAR: BAZ: 10
currently if both FOO and BAR are set we get BAZ randomly be assigned 5 or 10. This type of ambiguity shall result in error.