Open RonnyPfannschmidt opened 4 days ago
Can you, please, provide an example, what do you want to see and where: console, IDE or what? From what I understood by now you can add warn()
call inside factory function, but probably it won't give you enough metadata
yes, basically i wand dishka to call warn_explicit with either the call site container.get
or the providing point (definition of the provider method
i'll get some examples on what pytest/pluggy does for hooks/nodes + how that looks
when changing a codebase with numerous providers its sometimes desired to migrate from one type to another one across time
in such cases it would be very helpful to provide a mechanism that warns on usages of deprecated providers/decorators