1.0.33.6: prettier PRINT-OBJECT default method
commit8ac4167586be6db0ab26afa7ab6f326bb07c1a55
authorGabor Melis <mega@hotpop.com>
Fri, 4 Dec 2009 17:59:48 +0000 (4 17:59 +0000)
committerGabor Melis <mega@hotpop.com>
Fri, 4 Dec 2009 17:59:48 +0000 (4 17:59 +0000)
treefa4be79916f1645aaad0a85874f49a37dc232a8f
parentb2a467878ff55db8f1c1f21b7b41031211ec5e9e
1.0.33.6: prettier PRINT-OBJECT default method

If *PRINT-PRETTY*, the default method of PRINT-OBJECT now establishes
a logical block around PRINT-UNREADABLE-OBJECT that, in turn, adds a
few PPRINT-NEWLINES to allow for the stuff between #< and > be broken
into multiple lines as the pretty printer sees fit. This allows #<...>
to be wrapped properly.

https://bugs.launchpad.net/sbcl/+bug/488979
NEWS
src/code/print.lisp
src/pcl/print-object.lisp
tests/print.impure.lisp
version.lisp-expr