
#1: prin1 and ~E produce different outputs. ------------------------+--------------------------------------------------- Reporter: anonymous | Owner: rtoy Type: defect | Status: closed Priority: minor | Milestone: Component: Core | Version: 19c Resolution: fixed | Keywords: printing ------------------------+--------------------------------------------------- Changes (by rtoy): * resolution: => fixed * status: assigned => closed Comment: One particular example is {{{ (format nil "~E" 1.234567890123456789d4) "1.2345678901234565d+0" }}} The right answer is {{{ "1.2345678901234567d+0" }}} which is what {{{prin1}}} returns. This should now be fixed in CVS. -- Ticket URL: <http://trac.common-lisp.net/cmucl/ticket/1> cmucl <http://common-lisp.net/project/cmucl> cmucl