X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=c15d321bb3005c102d5d5898ffbd5e3a4e9710b5;hb=23f1e2ef66bcc31ca7ea765a82a97998119aa4d5;hp=a06c409d88029f508b0fe0a8236efe46b405cd1f;hpb=419ce099442b9bffe41eff8516c6a2be085259de;p=sbcl.git diff --git a/TODO b/TODO index a06c409..c15d321 100644 --- a/TODO +++ b/TODO @@ -5,32 +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 - ** made %COMPILE set up debugging data more like the way the - debugger expects (and maybe even completely - correctly:-) - *** made (DISASSEMBLE 'PRINT) work -* incompatible changes listed in NEWS: - ** changed debugger prompt to "5]", "5[2]", "5[3]", etc. - ** changed default output representation of *PRINT-ESCAPE*-ed - unprintable ASCII characters to #\Nul, #\Soh, etc. -* some easy FIXMEs with high disruptive potential: - ** Search lists go away. - ** Grep for ~D and and change most of them to ~S. + ** 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: - ** used DEFINE-THE-FOO-THING and DEFFOO style consistently (and - deprecated supported extensions named in the DEF-FOO - style, e.g. SB-ALIEN:DEF-ALIEN-ROUTINE) ** 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 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 @@ -87,7 +82,7 @@ for early 0.7.x: * Probably get rid of or at least rework the fdefinition/encapsulation system so that (SYMBOL-FUNCTION 'FOO) = (FDEFINITION 'FOO). ======================================================================= -for 1.0: +for 0.9: * refactored in preparation for moving CLOS into cold init and merging SB-PCL:FOO with CL:FOO (for FOO=CLASS, FOO=CLASS-OF, etc.) @@ -132,6 +127,10 @@ for 1.0: between minor maintenance releases on the stable branch (but no promises, sorry, since I've never tried to do this before, and have no idea how much of a pain this'll be) +======================================================================== +for 1.0 (fixes of lower priority which I'd nonetheless be embarrassed +to leave unfixed in 1.0): +* all too many BUGS entries and FIXMEs ======================================================================= other priorities, no particular time: