From 5dd18099a7d396b621d1669cb5f6daca0199a638 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 8 Nov 2017 13:15:21 +0100 Subject: bin/common-functions: find_biggest_subset: add TODO --- bin/common-functions | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/common-functions b/bin/common-functions index 3af96dd..2adb6e8 100755 --- a/bin/common-functions +++ b/bin/common-functions @@ -924,6 +924,9 @@ shrink_version() { ' } +# TODO: If a & b provide c, unmoveable a will block b, but it should not. +# Same, if a & b depend on c (not in omega). + # find_biggest_subset_of_packages $omega $keep $all_builds $all_depends [ $force ] # Return (to stdout) the biggest subset A of the packages in $omega whose -- cgit v1.2.3-54-g00ecf