X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TODO;h=6c8d83ba9e4b4d7eeb3f90a5a5862e0c5a16d433;hb=HEAD;hp=fd2e0b4b98c9ca6749bcce7dbf9d1a3ff45c7986;hpb=a48b0a0eb3a2f16214f0446679152a68c94ad5ee;p=sbcl.git diff --git a/TODO b/TODO index fd2e0b4..6c8d83b 100644 --- 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.