You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to implement a MappingSetting (#94), we encountered a problems with validation of a custom nested settings. Current implementation relies on exceptions for NestedListSetting and NestedDictSetting in Setting.raw_value.
We need to refactor the validation or the value extraction to support nested settings in general. One of the main problems is that we can't pass a setting value or its part to a nested setting instance.
The text was updated successfully, but these errors were encountered:
Trying to implement a
MappingSetting
(#94), we encountered a problems with validation of a custom nested settings. Current implementation relies on exceptions forNestedListSetting
andNestedDictSetting
inSetting.raw_value
.We need to refactor the validation or the value extraction to support nested settings in general. One of the main problems is that we can't pass a setting value or its part to a nested setting instance.
The text was updated successfully, but these errors were encountered: