TODO

Thu, 22 Nov 2007 22:20:39 -0500

author
brett
date
Thu, 22 Nov 2007 22:20:39 -0500
branch
trunk
changeset 31
c3a2760d1c3a
parent 28
4d88f2231d33
child 35
957b402d4b90
permissions
-rw-r--r--

[svn] Refactor actions (extract the archive, vs. list the contents) into their
own classes, instead of having all that in the Application class. Also did
some similar fidgeting with the ExtractorBuilder. I like this better.
It's still not the cleanest API but things feel more manageable now.

Add 7z support.

31
c3a2760d1c3a [svn] Refactor actions (extract the archive, vs. list the contents) into their
brett
parents: 28
diff changeset
1 * Make sure you only try each extractor once?
28
4d88f2231d33 [svn] Change all the license notices from GPLv2 to GPLv3.
brett
parents: 25
diff changeset
2
3
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
3 Things which I have a use case/anti-use case for:
28
4d88f2231d33 [svn] Change all the license notices from GPLv2 to GPLv3.
brett
parents: 25
diff changeset
4 * CAB extraction.
22
b240777ae53e [svn] Improve the way we check archive contents. If all the entries look like
brett
parents: 18
diff changeset
5 * Support lzma compression (http://tukaani.org/lzma/download)
b240777ae53e [svn] Improve the way we check archive contents. If all the entries look like
brett
parents: 18
diff changeset
6 * Support pisi packages (http://paketler.pardus.org.tr/pardus-2007/)
b240777ae53e [svn] Improve the way we check archive contents. If all the entries look like
brett
parents: 18
diff changeset
7 * Steal ideas from <http://martin.ankerl.com/files/e>.
b240777ae53e [svn] Improve the way we check archive contents. If all the entries look like
brett
parents: 18
diff changeset
8 * Figure out what the deal is with strerror. (done?)
13
0a3ef1b9f6d4 [svn] Add options to tweak the logging level to taste.
brett
parents: 11
diff changeset
9 * Better error messages (file doesn't exist, isn't readable, etc.)
18
1600807a32bd [svn] Add basic documentation, and make this version 3.0.
brett
parents: 13
diff changeset
10 * Consistently raise and handle exceptions.
3
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
11
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
12 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
13 * Better tests.
5
36f352abd093 [svn] Deal with a bunch of low-hanging fruit:
brett
parents: 4
diff changeset
14 * Better error messages.
3
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
15
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
16 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
17 * 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
18 have tarbomb protection, etc.
3
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
19 * Use zipfile instead of the zip commands.
5172456c3588 [svn] Ideas off the top of my head.
brett
parents:
diff changeset
20 * Processing from stdin.
18
1600807a32bd [svn] Add basic documentation, and make this version 3.0.
brett
parents: 13
diff changeset
21 * shar support.

mercurial