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
fix: handling of placeholder models in dependency injection
The placeholder models (of which the most obvious instance is the profile tag)
were handled as normal component models by DependencyInjection. This led to
their selection to be reduced to component models as well, which fails if there
are ambiguities and one want to select a particular service, that is
some_tag => component_m.my_srv
Rewrite the selection logic to use the placeholder-friendly API
(each_required_model and fullfills?)
0 commit comments