From: Christophe Rhodes Date: Fri, 13 Jun 2003 15:45:03 +0000 (+0000) Subject: 0.8.0.67: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=479ef26343b45753fc019b6535d3aa0ee54cb324;hp=479ef26343b45753fc019b6535d3aa0ee54cb324;p=sbcl.git 0.8.0.67: Grab bag of fixes: ... PROFILE on a string (naming a package) shouldn't try to profile macros and special operators any more; ... SB-KERNEL, not KERNEL, in "I'm deeply confused" error message strings; ... UNBOUND-SLOT is a CELL-ERROR, so use the NAME slot (and delete the SLOT slot :-) (thanks to pfdietz) ... delete the INITIALIZE-INFO slot from SLOT-CLASS (observation from Gerd Moellmann) ... DESCRIBE on unfinalized classes shouldn't cause an error (reported by kr at molecubotics sbcl-devel 2003-06-13) ... fix bug in FORMATTER revealed by shiny new exciting format string for DESCRIBE-OBJECT (CLASS T): original args aren't necessarily available in pretty-printer expansion (specifically, not for "~@< ~:>"); ... tests for some of the above. ---