sting-ioc / sting

Home Page:https://sting-ioc.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate a suppressable warning if a fragment is included in injector but unused

realityforge opened this issue · comments

Including a fragment in an injector seems to imply it should be used thus warning the user that it is unused has value.

However, implementing this will involve tracking which root includes ultimately caused a binding.

See #36 and #38 for similar issues

Decided to make this an error rather than a warning