X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=b7b3e60b32534b26ad3c22a8cf9f5c0957e6cad4;hb=6e7ae26173b40d635b94e81bc73f5c06d550de32;hp=e144df9f5e176eb931c62f9c1ddc949c71bfb9f7;hpb=7f008dde7e2c89187a963444e09a8bc594bd9f91;p=sbcl.git diff --git a/BUGS b/BUGS index e144df9..b7b3e60 100644 --- a/BUGS +++ b/BUGS @@ -1317,9 +1317,10 @@ WORKAROUND: 224: SBCL 0.7.8 fails to compile - - (localy (declare (optimize (safety 3))) - (ignore-errors (progn (values-list (car (list '(1 . 2)))) t))) + (localy (declare (optimize (safety 3))) + (ignore-errors (progn (values-list (car (list '(1 . 2)))) t))) + (the LOCALY there is not a typo; any unknown function (e.g. FROB) + will do). 226: "AVER failure in COMPILE-FILE of clocc-ansi-test/tests.lisp" (APD points out that this seems to be another symptom of bug #115.) @@ -1341,6 +1342,17 @@ WORKAROUND: (t (safe-format t "~&baz ~S (~A) ~S" condition condition result))))))) +227: "compiler bewilderment with adjustable vectors and COPY-SEQ" + (fixed in sbcl-0.7.9.65) + +228: "function-lambda-expression problems" + in sbcl-0.7.9.6x, from the REPL: + * (progn (declaim (inline foo)) (defun foo (x) x)) + FOO + * (function-lambda-expression #'foo) + (SB-C:LAMBDA-WITH-LEXENV NIL NIL NIL (X) (BLOCK FOO X)), NIL, FOO + but this first return value is not suitable for input to FUNCTION or + COMPILE, as required by ANSI. DEFUNCT CATEGORIES OF BUGS IR1-#: