[BUG][FIX] ScaledDecimal and Number class>>ReadFrom: ( serious problem with proposed fix )

lewis at mail.msen.com lewis at mail.msen.com
Sat Nov 6 16:47:51 CET 2004


Update from Markus Denker on Mantis:

There is a big problem with this fix: it breaks the following cases:

self assert: 1.0e-14 = (Number readFrom: '1.0e-14').
self assert: 2r1e26 = (Number readFrom: '2r1e26').

(which means that you can't recompile the system any more...)

I will add a undo to the stream and these two tests


More information about the Squeak-harvest mailing list