BUG gst2.2: Float read/write mismatch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

BUG gst2.2: Float read/write mismatch

Nicolas Cellier-3
Hello,

I cannot believe that:
  1.0d20 will print as 1.0d21

When you enter some non zero fractional digits, thats OK
  1.01d20 will print as 1.01d20

I think the bug is rather in printString because (1.0d20 log: 10)
correctly answer 20, but who knows...

Is my image totally outdated?
Any place where i can find a list of open bugs / closed bugs and patches?

Nicolas Cellier



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: BUG gst2.2: Float read/write mismatch

Nicolas Cellier-3
PS:

I was using Blox, and thus printString. 1.0d20 printString -> '1.0d21'
When using command prompt, output is OK...

nicolas cellier a écrit :

> Hello,
>
> I cannot believe that:
>  1.0d20 will print as 1.0d21
>
> When you enter some non zero fractional digits, thats OK
>  1.01d20 will print as 1.01d20
>
> I think the bug is rather in printString because (1.0d20 log: 10)
> correctly answer 20, but who knows...
>
> Is my image totally outdated?
> Any place where i can find a list of open bugs / closed bugs and patches?
>
> Nicolas Cellier



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: BUG gst2.2: Float read/write mismatch

S11001001
In reply to this post by Nicolas Cellier-3
On Sat, 2007-01-27 at 03:43 +0100, nicolas cellier wrote:
> Is my image totally outdated?

Yes, very.  The current release is 2.3.1.

> Any place where i can find a list of open bugs / closed bugs and patches?

The TODO file lists long-standing bugs.  Other bugs are usually fixed as
they are found.

Bug-fix patches to stable are committed to GNU Arch repository
[hidden email]--2004b/smalltalk--stable--2.3.  If you have tla:

$ tla register-archive [hidden email]--2004b http://www.inf.unisi.ch/phd/bonzini/webdav/bonzini@...--2004b
$ tla get smalltalk--stable--2.3 gst-with-patches

smalltalk--devo--2.2 is the development version, if you would like that
instead.

--
;;; Stephen Compall ** http://scompall.nocandysw.com/blog **
"Peta" is Greek for fifth; a petabyte is 10 to the fifth power, as
well as fifth in line after kilo, mega, giga, and tera.
  -- Lee Gomes, performing every Wednesday in his tech column
     "Portals" on page B1 of The Wall Street Journal

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

signature.asc (196 bytes) Download Attachment