[squeak-dev] BUG Squeak 3.7 - Number>>printShowingDecimalPlaces:

David T. Lewis lewis at mail.msen.com
Thu Nov 6 11:25:24 UTC 2008


On Wed, Nov 05, 2008 at 07:31:53PM +0100, Patrick.Chenais at bit.admin.ch wrote:
> (I sent this message 2.11.2008, but I'm not sure it has been published. Let's try again.)
> 
> 1.189159413903272e3 printShowingDecimalPlaces: 2  '1189.16'
> 1.189159413903272e4 printShowingDecimalPlaces: 2  '11891.59'
> 1.189159413903272e5 printShowingDecimalPlaces: 2 '118915.94'
> 1.189159413903272e6 printShowingDecimalPlaces: 2 '1.18' BUG !!!

Hi Patrick,

There are several issues on Mantis (bugs.squeak.org) that relate
to #printShowingDecimalPlaces:, one if which must have addressed
this bug (it is fixed in Squeak 3.9 and 3.10 at least). If you have
follow up issues, it would be good to report them on Mantis. If you
are using an older 3.7 image, you may need to locate the relevant
patch and apply it your own image.

Dave




More information about the Squeak-dev mailing list