X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=070a9a3fdba7b274a82000afdabfd306e9aa0a2b;hb=f4820c2cd6eb6af8f21312e2e2ca19af42de4be6;hp=7f7a37343beffa30235772e0219e23deee1da96e;hpb=98c725660502dc1a761e60ac935f95ed60143021;p=sbcl.git diff --git a/BUGS b/BUGS index 7f7a373..070a9a3 100644 --- a/BUGS +++ b/BUGS @@ -1702,3 +1702,14 @@ WORKAROUND: VECTOR-POP: #() has length zero perhaps because CLISP has shuffled the clauses into an ANSI-compliant order before proceeding. + +405: a TYPE-ERROR in MERGE-LETS exercised at DEBUG 3 + In sbcl-0.9.16.21 on linux/86, compiling + (declaim (optimize (debug 3))) + (defstruct foo bar) + (let () + (flet ((i (x) (frob x (foo-bar foo)))) + (i :five))) + causes a TYPE-ERROR + The value NIL is not of type SB-C::PHYSENV. + in MERGE-LETS.