From cmucl-devel at common-lisp.net Tue Feb 26 14:25:56 2008 From: cmucl-devel at common-lisp.net (cmucl) Date: Tue, 26 Feb 2008 14:25:56 -0000 Subject: [cmucl-ticket] #13: (format nil "~11, 3, 2, 0, '*, , 'EE" .9999) -> " 1.000E+00" Message-ID: <076.34aeef30d4201c87dc2f19a0a7e9ae4f@common-lisp.net> #13: (format nil "~11,3,2,0,'*,,'EE" .9999) -> " 1.000E+00" --------------------+------------------------------------------------------- Reporter: rtoy | Owner: somebody Type: defect | Status: new Priority: minor | Milestone: Component: Core | Version: 19d Keywords: | --------------------+------------------------------------------------------- I think the given format should produce 0.100E+1 instead, because the scale factor is 0. -- Ticket URL: cmucl cmucl From cmucl-devel at common-lisp.net Wed Feb 27 18:38:57 2008 From: cmucl-devel at common-lisp.net (cmucl) Date: Wed, 27 Feb 2008 18:38:57 -0000 Subject: [cmucl-ticket] Re: #13: (format nil "~11, 3, 2, 0, '*, , 'EE" .9999) -> " 1.000E+00" In-Reply-To: <076.34aeef30d4201c87dc2f19a0a7e9ae4f@common-lisp.net> References: <076.34aeef30d4201c87dc2f19a0a7e9ae4f@common-lisp.net> Message-ID: <085.b3611853de4b802e1d832419d26adbc1@common-lisp.net> #13: (format nil "~11,3,2,0,'*,,'EE" .9999) -> " 1.000E+00" ---------------------+------------------------------------------------------ Reporter: rtoy | Owner: somebody Type: defect | Status: closed Priority: minor | Milestone: Component: Core | Version: 19d Resolution: fixed | Keywords: ---------------------+------------------------------------------------------ Changes (by rtoy): * resolution: => fixed * status: new => closed Comment: Should be fixed for the 2008-03 snapshot. -- Ticket URL: cmucl cmucl