TODO

Tue, 19 Dec 2006 19:13:29 -0500

author
brett
date
Tue, 19 Dec 2006 19:13:29 -0500
branch
trunk
changeset 12
5d202467c589
parent 11
a2ca41a85243
child 13
0a3ef1b9f6d4
permissions
-rw-r--r--

[svn] Introduce a real logging system. Right now all this really gets us is the
return of warnings when BombHandler has to use an unusual extraction
directory, but it can grow from here.

Things which I have a use case/anti-use case for:
* Decompress non-archive files.
* Figure out what to do about warnings in the Handlers.

Things that are generally good:
* Better tests.
* Better error messages.

Things I think might be good but can't prove:
* Interactivity ("This archive contains other archive files.  Would you
  like to extract them as well?")
* Consider having options about whether or not to make sane directories,
  have tarbomb protection, etc.
* Use zipfile instead of the zip commands.
* Processing from stdin.
* Extracting control.tar.gz from deb files.

mercurial