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
Do you think, rather than deprecating ConfigLoader, we could "swap" it and make it an alias to OmegaConfigLoader (say, in 0.20.x)?
I think that's something we should discuss as a team when this ticket gets groomed. If we want to essentially rename OmegaConfigLoader to ConfigLoader and make it the default, I personally would do that for 0.19.0. Why wait until 0.20.0 which might be 1-2 years away?
(Context: We noted that making users that had already adopted OmegaConfigLoader change the name back to ConfigLoader could frustrate them, and also make issues potentially more difficult to debug)
Description
We plan to deprecate
ConfigLoader
andTemplatedConfigLoader
and replace them with theOmegaConfigLoader
from0.19.0
onwards.Implementation
Add a deprecation warning in the code and docs.
Follow-up
The text was updated successfully, but these errors were encountered: