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
Sometimes validation of a configuration value fails, but the failure could be resolved, for example, from other configuration settings. To allow this the type of ConfigValidation should be changed from
This feature would be an API change and should go into version 0.3. I don't think that there it is worth to do it in a backward compatible way. Also, the change in the function type should prevent compatibility bugs that wouldn't show up during compilation and would result in bad run-time behavior.
Sometimes validation of a configuration value fails, but the failure could be resolved, for example, from other configuration settings. To allow this the type of
ConfigValidation
should be changed fromto
and the resulting value should be passed as configuration to the application.
The text was updated successfully, but these errors were encountered: