X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=e728c3edaa106cfe63cf30a96d132c90d3d730ff;hb=b19093fa94d6e1785abee99c35c9a610e8777671;hp=9e3167335d96dbc385a931e2afbb26b6c28c8157;hpb=7e6637658236983ecbabea50f167fb9d3c5ed505;p=sbcl.git diff --git a/BUGS b/BUGS index 9e31673..e728c3e 100644 --- a/BUGS +++ b/BUGS @@ -930,6 +930,16 @@ Error in function C::GET-LAMBDA-TO-COMPILE: the first time around, until regression tests are written I'm not comfortable merging the patches in the CVS version of SBCL. +101: + The error message for calls to structure accessors with the + wrong number of arguments is confusing and of the wrong + condition class (TYPE-ERROR instead of PROGRAM-ERROR): + * (defstruct foo x y) + * (foo-x) + debugger invoked on condition of type SIMPLE-TYPE-ERROR: + Structure for accessor FOO-X is not a FOO: + 301988783 + KNOWN BUGS RELATED TO THE IR1 INTERPRETER