summaryrefslogtreecommitdiffstats
path: root/TODO.aaron
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-02-21 08:12:34 +0100
committerAaron Griffin <aaron@archlinux.org>2007-02-21 08:12:34 +0100
commit4f9aa100a6ca77cb96370caff2a97d64ceac9afc (patch)
treec7f9bc8a0806ec278b6b67fffdc0c57c2eb048d2 /TODO.aaron
parent436f36c76b74f7580da48e618dbdbd78037736fb (diff)
downloadpacman-4f9aa100a6ca77cb96370caff2a97d64ceac9afc.tar.gz
pacman-4f9aa100a6ca77cb96370caff2a97d64ceac9afc.tar.xz
TODO updates
Diffstat (limited to 'TODO.aaron')
-rw-r--r--TODO.aaron13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO.aaron b/TODO.aaron
index 630019f1..58cf86eb 100644
--- a/TODO.aaron
+++ b/TODO.aaron
@@ -3,6 +3,16 @@
* Dan and I both have personal TODOs. Perhaps we should kill off TODO and
TODO.autoconf
+* transaction object should contain two package list (install and remove)
+ instead of a single list of syncpkgs - this should allow us to get rid of that
+ type. This also requires seperate functionality to return a list of
+ "replaces" packages to the front end, so the frontend can handle the QUESTION()
+ stuff in that case
+
+* _alpm_splitdep accepts a pre-allocated argument, instead of returning the
+ actual object like all the other function do... we should make the scheme the
+ same: pmdepend_t *_alpm_splitdep(const char *depstring);
+
* Look into other VCSs to use. The main CVS repo will remain, but having a
distributed system to allow for easy patching/pushing/pulling would be nice
- monotone and mercurial look like the top contenders in my book, but I need
@@ -79,8 +89,5 @@
**** BUGS ****
* Removal of conflicts on -A and -U (INCOMPLETE)
-* gensync: get all info from packages instead of PKGBUILDs
- for now, we only need to check the PKGBUILD in case of a
- 'force' option
* pacman: add pactest cases/functionality for all -Q operations and make sure
the output is sane