X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=b7b3e60b32534b26ad3c22a8cf9f5c0957e6cad4;hb=6e7ae26173b40d635b94e81bc73f5c06d550de32;hp=3a0c0bf2bdb4218e7861c49bb289dbe5dc55bc49;hpb=237ecea4a44f33d40440ea40c67c54e9e23358b3;p=sbcl.git diff --git a/BUGS b/BUGS index 3a0c0bf..b7b3e60 100644 --- a/BUGS +++ b/BUGS @@ -283,10 +283,6 @@ WORKAROUND: need to document exactly what metaobject protocol specification we're following -- the current code is just inherited from PCL.) -54: - The implementation of #'+ returns its single argument without - type checking, e.g. (+ "illegal") => "illegal". - 60: The debugger LIST-LOCATIONS command doesn't work properly. @@ -1091,7 +1087,7 @@ WORKAROUND: (progn (the real (list 1)) t) This situation may appear during optimizing away degenerate cases of - certain functions: see bugs 54, 192b. + certain functions: see bug 192b. 205: "environment issues in cross compiler" (These bugs have no impact on user code, but should be fixed or @@ -1321,12 +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))) - -225: - (fixed in 0.7.9.42) + (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.) @@ -1348,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-#: