X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TODO;h=c15d321bb3005c102d5d5898ffbd5e3a4e9710b5;hb=23f1e2ef66bcc31ca7ea765a82a97998119aa4d5;hp=3ee7fe6e3f5797ccfd2f5204d36961ccc0cb9cae;hpb=cd176690400f8b6fa23faa4dc6fa8494bcbce480;p=sbcl.git diff --git a/TODO b/TODO index 3ee7fe6..c15d321 100644 --- a/TODO +++ b/TODO @@ -5,25 +5,27 @@ for 0.7.0: leaving some filing for later:-) from the monster EVAL/EVAL-WHEN/%COMPILE/DEFUN/DEFSTRUCT cleanup: ** made inlining DEFUN inside MACROLET work again - ** (SB-DEBUG:BACKTRACE) output should start with something - including the name BACKTRACE, not (as in 0.pre7.88) - just "0: (\"hairy arg processor\" ...)" + ** whatever bug it is that causes s/#'(lambda/(lambda/ to + cause compilation failure in condition.lisp + ** perhaps function debug name quick fix, if there's an easy way * more renaming in global external names: ** reserved DO-FOO-style names for iteration macros ** finished s/FUNCTION/FUN/ ** s/VARIABLE/VAR/ ** s/TOP-LEVEL/TOPLEVEL/ + ** perhaps s/DEF-FROB/DEF/ or s/DEF-FROB/DEFINE/ * global style systematization: ** s/#'(lambda/(lambda/ - ** four-space indentation in C -* pending patches that go in (or else get rejected) before 0.7.0: - ** Nathan Froyd "Goodbye ITERATE" 2001-12-15 +* pending patches and bug reports that go in (or else get handled + somehow, rejected/logged/whatever) before 0.7.0: ======================================================================= for early 0.7.x: * patches postponed until after 0.7.0: ** Christophe Rhodes "rough patch to fix bug 106" 2001-10-28 * building with CLISP (or explaining why not) +* urgent EVAL/EVAL-WHEN/%COMPILE/DEFUN/DEFSTRUCT cleanup: + ** fixed bug 137 * faster bootstrapping (both make.sh and slam.sh) ** added mechanisms for automatically finding dead code, and used them to remove dead code