You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/05/06 11:58:38 UTC

[GitHub] [maven-resolver] weibo1995 opened a new pull request, #174: Add Test cases for the repair of BF algorithm of dependent package wh…

weibo1995 opened a new pull request, #174:
URL: https://github.com/apache/maven-resolver/pull/174

   Add Test cases for the repair of BF algorithm of dependent package when children are empty( https://github.com/apache/maven-resolver/pull/172 ).
   
   After adding, it covers two cases.
   
   The first is that  the dependent package of no children  is on the left. The dependencies are as follows:
   <img width="366" alt="image" src="https://user-images.githubusercontent.com/104960983/167059425-eea64fde-52ba-4cb7-a17a-f85d34e36b8d.png">
   The expected final dependency tree after conflict resolving is as follows:
   <img width="276" alt="image" src="https://user-images.githubusercontent.com/104960983/167059488-e5a911a2-3974-4476-b09b-05f511402fdc.png">
   
   
   The second is that  the dependent package of no children  is on the right. The dependencies are as follows:
   <img width="296" alt="image" src="https://user-images.githubusercontent.com/104960983/167059539-50fe3547-4299-4aed-9bca-b0a5a74b59e2.png">
   
   The expected final dependency tree after conflict resolving is as follows:
   <img width="296" alt="image" src="https://user-images.githubusercontent.com/104960983/167059558-bbb8a173-2898-4bb1-bf70-9c5618441571.png">
   
   
   thanks.
   
   Signed-off-by: hongbo.weihb <ho...@alibaba-inc.com>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas commented on pull request #174: Add Test cases for the repair of BF algorithm of dependent package wh…

Posted by GitBox <gi...@apache.org>.
cstamas commented on PR #174:
URL: https://github.com/apache/maven-resolver/pull/174#issuecomment-1122264323

   Superseded by https://github.com/apache/maven-resolver/pull/175


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [maven-resolver] cstamas closed pull request #174: Add Test cases for the repair of BF algorithm of dependent package wh…

Posted by GitBox <gi...@apache.org>.
cstamas closed pull request #174: Add Test cases for the repair of BF algorithm of dependent package wh…
URL: https://github.com/apache/maven-resolver/pull/174


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org