Fix make-array transforms.
[sbcl.git] / TODO
diff --git a/TODO b/TODO
index fd2e0b4..6c8d83b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -133,8 +133,7 @@ MISC CLEANUPS
    * miscellaneous simple refactoring
        * belated renaming:
                ** rename %PRIMITIVE to %VOP
-               ** A few hundred things named FN and FCN should be
-                       named FUN
+               ** A few hundred things named FN should be named FUN
        * These days ANSI C has inline functions, so..
                ** redo many cpp macros as inline functions:
                        HeaderValue, Pointerp, CEILING, ALIGNED_SIZE,
@@ -146,12 +145,6 @@ MISC CLEANUPS
   * Some work on conditions emitted by the system
        ** eliminate COMPILER-WARN and COMPILER-STYLE-WARN, which
                were simply limited versions of WARN and STYLE-WARN.
-       ** make STYLE-WARN parallel WARN more closely (by accepting
-               a condition type, which should be a subtype of
-               STYLE-WARNING, and initargs, as well as a format
-               string and format arguments for SIMPLE-STYLE-WARNING.
-               (WARN can also be used to signal STYLE-WARNINGs, but
-               STYLE-WARN helps to document the code)
        ** eliminate use of INHIBIT-WARNINGS by code emitted by the
                system from user code.
        ** cause use of INHIBIT-WARNINGS to signal a STYLE-WARNING.