commit:     d79b3814bebca3a23c4e4e850047381b7a2b7d65
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  5 07:51:54 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jun  5 07:51:54 2019 +0000
URL:        https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=d79b3814

TODO: add some things/ideas

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 TODO.md    | 9 +++++++++
 qdepends.c | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/TODO.md b/TODO.md
index e32cbfe..14bd6eb 100644
--- a/TODO.md
+++ b/TODO.md
@@ -63,6 +63,8 @@
 
 - add -S/-v/-R behavior like qlist #574934
 - bring back -k?  (but seems solved by using qlist -IF%{SLOT} pkg)
+- -Qt acts weird (if not, incorrect)
+- -v should lookup whether packages are installed for || cases/colouring
 
 # qpkg
 
@@ -88,3 +90,10 @@
 
 # qmanifest
 - use openat in most places
+
+# qlop
+- guestimate runtime based on best-matching pkg (e.g. with gcc)
+- calculate or take some "smooth" factor just added on top of the
+  guestimate alternative to current time jumping
+- display excess time (+12:05) when overrunning guestimate to indicate
+  longer run than last guestimate

diff --git a/qdepends.c b/qdepends.c
index 4e6fd43..f2ae111 100644
--- a/qdepends.c
+++ b/qdepends.c
@@ -322,7 +322,7 @@ int qdepends_main(int argc, char **argv)
        }
 
        if ((state.qmode & ~(QMODE_REVERSE | QMODE_INSTALLED | QMODE_TREE)) == 
0) {
-               /* default mode of operation: -qau (also for just -Q) */
+               /* default mode of operation: -drpb (also for just -Q) */
                state.qmode |= QMODE_DEPEND  |
                                           QMODE_RDEPEND |
                                           QMODE_PDEPEND |

Reply via email to