X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TODO;h=15986e3af6d0d8cdcc4d3ef63d0f6eea484cf03d;hb=6b8baeece6cf870e3f979a9f09c32985c64c04de;hp=fd2e0b4b98c9ca6749bcce7dbf9d1a3ff45c7986;hpb=a48b0a0eb3a2f16214f0446679152a68c94ad5ee;p=sbcl.git diff --git a/TODO b/TODO index fd2e0b4..15986e3 100644 --- a/TODO +++ b/TODO @@ -146,12 +146,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.