aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-05-09 22:17:46 +0200
committerFabian Groffen <grobian@gentoo.org>2019-05-09 22:17:46 +0200
commit7cf702111a7350b17443f4d9d0d76138b503dac3 (patch)
treec7843ec7d180965076e65fc5f8032968f175db24 /TODO.md
parentlibq/atom: use less emphasis on PVR (diff)
downloadportage-utils-7cf702111a7350b17443f4d9d0d76138b503dac3.tar.gz
portage-utils-7cf702111a7350b17443f4d9d0d76138b503dac3.tar.bz2
portage-utils-7cf702111a7350b17443f4d9d0d76138b503dac3.zip
libq/tree: merge vdb and cache
since cache was basically a shadow of vdb, and vdb grew too many non-vdb-like behaviour, renamed to tree such that further features only have to be implemented once Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 3333fd62..ec5f843e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -23,10 +23,11 @@
we end up getting just:<br>
`ACCEPT_LICENSE=" bar"`
-- vdb\_foreach\_pkg should have variant that takes an atom (or just
- cat?) to reduce search space, same for cache\_foreach\_pkg
+- tree\_foreach\_pkg should have variant that takes an atom (or just
+ cat?) to reduce search space
-- vdb repo/slot think about when it is freed (see cache\_pkg\_close)
+- tree\_get\_atoms should return atoms iso string set, needs a rewrite
+ to use foreach\_pkg and get\_atom
# Atoms