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
plugin alias: favor concrete plugin to resolving alias of same name
Because `Registry#namespace_lookup` will load the _first_ valid plugin it finds,
we cannot rely on it finding the concrete class when an alias of the same name
exists. Instead we need to revert `Registry#is_a_plugin?` to its original
definition so that `namespace_lookup` will only select the specific plugin that
has been requested, and introduce a new `Registry#is_a_plugin_or_alias?` to
use in the one context where we are willing to accept either.
0 commit comments