summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-05-18 16:25:02 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-05-18 16:25:02 +0300
commitb1c7f449f619d35b27abd2158812474af70e0f15 (patch)
tree9d54d381db72bb8c4409d89da427c7ac2a8cd8b2 /TODO
parentb73bea14786fe8f6d7dc2457b51730d939e4eec4 (diff)
downloadrpm-b1c7f449f619d35b27abd2158812474af70e0f15.tar.gz
rpm-b1c7f449f619d35b27abd2158812474af70e0f15.tar.bz2
rpm-b1c7f449f619d35b27abd2158812474af70e0f15.zip
Small TODO-update.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6b4199693..bc6804d86 100644
--- a/TODO
+++ b/TODO
@@ -11,6 +11,7 @@ Janitorial work:
of internal versions from -95 era
- audit and clean up user visible strings
- clean up the build process (auto*-stuff, compiler warnings)
+- use mkstemp() instead of mktemp() everywhere
- refactor those 800+ line monster functions into something more digestable
- split popt to separate project
- remove internal file/libmagic?
@@ -27,3 +28,6 @@ Build:
- grammar for specfiles, rpm macros
- support adding dep handlers per file type/class/extension without patching rpm
+Python:
+- audit error handling in bindings (eg ts.addInstall() does not report back
+ failures from rpmtsAddInstallElement())