X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=010c3b731394f8ff66b594b035e8991ca1d9e27c;hb=af141fe8d840aeb9011e3c6d2d6492216a12304c;hp=95bad80c8658b34e1bd3f6b97e4647b5c7f2b28a;hpb=cb79d726de3e18c660f84c58a43f00d22b459037;p=sbcl.git diff --git a/BUGS b/BUGS index 95bad80..010c3b7 100644 --- a/BUGS +++ b/BUGS @@ -1538,19 +1538,6 @@ WORKAROUND: In sbcl-0.8.13, all backtraces from errors caused by internal errors on the alpha seem to have a "bogus stack frame". -348: - Structure slot setters do not preserve evaluation order: - - (defstruct foo (x)) - - (let ((i (eval '-2)) - (x (make-foo))) - (funcall #'(setf foo-x) - (incf i) - (aref (vector x) (incf i))) - (foo-x x)) - => error - 349: PPRINT-INDENT rounding implementation decisions At present, pprint-indent (and indeed the whole pretty printer) more-or-less assumes that it's using a monospace font. That's