Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace a warning when several used component interfaces have same component key provider #163

Open
labordep opened this issue Jan 26, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@labordep
Copy link
Member

Sometimes, several components can be instanciate with the same key provider (for example #default).
These components can propose same part of their component interfaces (services, events, parameters).
This is a possible source of mistake for the developper, to help debug I propose to log that.
A lot of possibility:

  • Log activated component which have component interface provider with name already used
  • Log use of an interface with ambiguous provider, because there is several component interfaces with the same key provider
  • ?
@labordep labordep added the enhancement New feature or request label Jan 26, 2024
@labordep labordep changed the title Trace a warning when several used component interfaces same component key provider Trace a warning when several used component interfaces have same component key provider Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant