summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2005-05-01 22:48:49 +0200
committerAurelien Foret <aurelien@archlinux.org>2005-05-01 22:48:49 +0200
commit7e286fd610338e373ba567c959a91cacad1b40c8 (patch)
tree9bc10d88846754f6a7d207d9410b16e69578ade0 /TODO
parentcda9c6671ced31a7d96d5d72bdcc56341430f820 (diff)
downloadpacman-7e286fd610338e373ba567c959a91cacad1b40c8.tar.gz
pacman-7e286fd610338e373ba567c959a91cacad1b40c8.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 12 insertions, 5 deletions
diff --git a/TODO b/TODO
index 50aef811..975b14e5 100644
--- a/TODO
+++ b/TODO
@@ -15,6 +15,15 @@ statically linking libtar?
libalpm
=======
+- move %REPLACES% and %REASON% fields to "depends" instead of "desc", in
+order to allow the cache to be loaded with only INFRQ_DEPENDS, and to avoid
+loading the INFRQ_DESC info.
+It can be done transparently for %REPLACES% because this parameter can only
+be found in a syncdb.
+
+- remove the dependency with /usr/bin/chroot (implement the chroot handling
+using the chroot() syscall)
+
- review errors handling (globalise pm_errno usage, improve error
meanings)
@@ -23,13 +32,11 @@ meanings)
pacman
======
-- implement missing functionnalities (mainly pacman -S <pkg1> <pkg2>, and
-packages replacement)
-
-- pacman_deptest() is not fully implemented
+- implement missing functionnalities (mainly handling of package conflicts
+during packages replacement)
- review how things are displayed in the frontend (normal display,
-verbose mode, which usage for the library log callback?)
+verbose mode, which usage for the library log callback, pmo_debug, ...)
- add a structure in pacman to hold all the configuration (pmo_root, ...)