TODO

Sun, 17 Dec 2006 09:20:02 -0500

author
brett
date
Sun, 17 Dec 2006 09:20:02 -0500
branch
trunk
changeset 10
f0acfe12a0e2
parent 8
97388f5ff770
child 11
a2ca41a85243
permissions
-rw-r--r--

[svn] Add tests for the case where we do recursive extraction of an archive
that's not in the current working directory, and fix the associated bug.

3
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
1 Things which I have a use case/anti-use case for:
6
77043f4e6a9f [svn] The big thing here is recursive extraction. Find archive files in the
brett
parents: 5
diff changeset
2 * Decompress non-archive files.
8
97388f5ff770 [svn] Make ExtractorApplication suck less. Now the strategies for handling
brett
parents: 7
diff changeset
3 * Figure out what to do about warnings in the Handlers.
3
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
4
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
5 Things that are generally good:
6
77043f4e6a9f [svn] The big thing here is recursive extraction. Find archive files in the
brett
parents: 5
diff changeset
6 * Better tests.
5
36f352abd093 [svn] Deal with a bunch of low-hanging fruit:
brett
parents: 4
diff changeset
7 * Better error messages.
3
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
8
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
9 Things I think might be good but can't prove:
8
97388f5ff770 [svn] Make ExtractorApplication suck less. Now the strategies for handling
brett
parents: 7
diff changeset
10 * Consider having options about whether or not to make sane directories,
97388f5ff770 [svn] Make ExtractorApplication suck less. Now the strategies for handling
brett
parents: 7
diff changeset
11 have tarbomb protection, etc.
3
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
12 * Use zipfile instead of the zip commands.
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
13 * Processing from stdin.
6
77043f4e6a9f [svn] The big thing here is recursive extraction. Find archive files in the
brett
parents: 5
diff changeset
14 * Extracting control.tar.gz from deb files.

mercurial