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
This was a bit of a footgun; it would always configure localization
resources, which doesn't make sense if we want to use an `Env` as just a
bag of key/values in some contexts.
Specifically, we may want to do this for #1658.
The fix is a two-parter:
- the `LocalizationManager` owned by the env is now optional, although
it is expected to exist for the root env. The framework makes sure this
is the case.
- There is a new `Env::empty` method that creates a new empty
environment, with no localization resources. This is suitable for the
'specifying overrides' case.
0 commit comments