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
Bindings with a different annotation (including "no annotation" vs "some annotation" mismatches)
Factory bindings vs normal bindings
This logic should be aware of the auto-injection for factories too, for example if there is a bind<X, XImpl> and a fruit::Annotated<Annotation1, std::factory<std::unique_ptr<X>()>> is missing, it's likely that the user forgot the annotation in the binding and we should point this out to help fix the issue.
The text was updated successfully, but these errors were encountered:
For example:
This logic should be aware of the auto-injection for factories too, for example if there is a
bind<X, XImpl>
and afruit::Annotated<Annotation1, std::factory<std::unique_ptr<X>()>>
is missing, it's likely that the user forgot the annotation in the binding and we should point this out to help fix the issue.The text was updated successfully, but these errors were encountered: