summaryrefslogtreecommitdiffstats
path: root/TODO.aaron
diff options
context:
space:
mode:
authorAaron Griffin <aaron@archlinux.org>2007-01-30 08:20:15 +0000
committerAaron Griffin <aaron@archlinux.org>2007-01-30 08:20:15 +0000
commit958a83818954ffd28056d470d96ab5a99cbfe416 (patch)
tree934db9dc9cb26880d31542dc2f4bbf4a3b9d1817 /TODO.aaron
parent8c73128c771ae7705078b55558ee2d94924150df (diff)
downloadpacman-958a83818954ffd28056d470d96ab5a99cbfe416.tar.gz
pacman-958a83818954ffd28056d470d96ab5a99cbfe416.zip
TODO changes
Diffstat (limited to 'TODO.aaron')
-rw-r--r--TODO.aaron5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.aaron b/TODO.aaron
index d5223448..3dcdb4be 100644
--- a/TODO.aaron
+++ b/TODO.aaron
@@ -2,6 +2,11 @@
* Make sure all the alpm_list_t changes are valid (especially alpm_list_free)
+* The --debug flag should't need a silly mask.
+* PM_LOG_FLOW1 and PM_LOG_FLOW2 seem extraneous at this point. These should both
+ be moved to PM_LOG_DEBUG messages, as it's going to end up being impossible to
+ keep track of what is "flow1" and what is "flow2"
+
* src/pacman:
- There's quite a few single function headers which contain the pacman_*
functions. We should move these to a single header (pacman.h) to clean up