From b4831c469375889cc9d35dfb4e60e5b40065385f Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 21 Feb 2010 17:57:37 +0000 Subject: [PATCH] more notes. --- TODO | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/TODO b/TODO index 50d8fe01..a8abba30 100644 --- a/TODO +++ b/TODO @@ -1,17 +1,21 @@ -Fix output so that tests for MIME and APPLE flags are not needed all -over the place, and actual output is only done in one place. This -needs a design. Suggestion: push possible outputs on to a list, then -pick the last-pushed (most specific, one hopes) value at the end, or -use a default if the list is empty. +- Fix output so that tests for MIME and APPLE flags are not needed all + over the place, and actual output is only done in one place. This + needs a design. Suggestion: push possible outputs on to a list, then + pick the last-pushed (most specific, one hopes) value at the end, or + use a default if the list is empty. This should not slow down evaluation. -Continue to squash all magic bugs. See Debian BTS for a good source. +- Continue to squash all magic bugs. See Debian BTS for a good source. -Store arbitrarily long strings, for example for %s patterns, so that -they can be printed out. Fixes Debian bug #271672. +- Store arbitrarily long strings, for example for %s patterns, so that + they can be printed out. Fixes Debian bug #271672. Would require more + complex store/load code in apprentice. -Add syntax for other sorts of counted string (Debian bug #466032). Use -to fix bug #283760. +- Add syntax for other sorts of counted string (Debian bug #466032). Use + to fix bug #283760. -Add syntax for relative offsets after current level (Debian bug #466037). +- Add syntax for relative offsets after current level (Debian bug #466037). -Make file -ki work, i.e. give multiple MIME types. \ No newline at end of file +- Make file -ki work, i.e. give multiple MIME types. + +- Add a zip library so we can peek inside Office2007 documents to + figure out what they are. -- 2.40.0