-
-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
Originally posted by @MGatner in #234
This happens if the root package will require a package that is not directly used by the root, but by another direct dependency. Those packages will currently be marked as unused while they are technically in use in an indirect way.
We need to actually also scan second level usage to mark indirect dependencies used.
Currently we only scan for provided symbols from a dependency, but we need to also scan for used symbols (like in the root package)
llaville, pascalheidmann, dorrogeray, LastDragon-ru and BrandonGillisMGatner, llaville and pascalheidmann