X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=f43acb1cc767413dc2f2926c2bc4b69acd0b6aa2;hb=c8218514d751c4d777892b79bbf1ca6597f731c0;hp=5566b79182d42bb927f3ae47c7d362e40be36b41;hpb=c7468ce98233e22d968b8a740743b4bac9ea2c5a;p=sbcl.git diff --git a/BUGS b/BUGS index 5566b79..f43acb1 100644 --- a/BUGS +++ b/BUGS @@ -1186,14 +1186,6 @@ IR1-4: interpreter is gone, the system's notion of what's a top-level form and what's not will remain too confused to fix this problem.] -IR1-5: - (not really a bug, just a wishlist thing which might be easy - when EVAL-WHEN is rewritten..) It might be good for the cross-compiler - to warn about nested EVAL-WHENs. (In ordinary compilation, they're - quite likely to be OK, but in cross-compiled code EVAL-WHENs - are a great source of confusion, so a style warning about anything - unusual could be helpful.) - IR1-6: (another wishlist thing..) Reimplement DEFMACRO to be basically like DEFMACRO-MUNDANELY, just using EVAL-WHEN.