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
When my config class is defined with config_context :context_b, I do not get an error.
It would be nice if Mixlib::Config would ignore undefined config contexts when config_strict_mode is false (or unset). This would allow us to define extensible configs that can be read by multiple applications.
The text was updated successfully, but these errors were encountered:
When I define:
and my config looks like:
and I load my config, I get:
When my config class is defined with
config_context :context_b
, I do not get an error.It would be nice if
Mixlib::Config
would ignore undefined config contexts whenconfig_strict_mode
is false (or unset). This would allow us to define extensible configs that can be read by multiple applications.The text was updated successfully, but these errors were encountered: