You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/11/07 20:28:01 UTC

[GitHub] ccollins476ad opened a new pull request #235: resolve: Prune orphan packages during dependency resolution

ccollins476ad opened a new pull request #235:  resolve: Prune orphan packages during dependency resolution
URL: https://github.com/apache/mynewt-newt/pull/235
 
 
   This fixes #233.  Please see the issue for more information about the bug this PR fixes.
   
   Detect orphan packages as follows: starting from each seed package, recursively traverse the package's dependency list, keeping track of which packages were visited.  After the traversal is complete, any non-visited package in the resolver are orphans and can be removed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services