[bug] FloatD printer is incorrect

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

[bug] FloatD printer is incorrect

Sam Phillips
Issue status update for
http://smalltalk.gnu.org/node/259
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/259

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Base classes
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  sdp
 Updated by:   sdp
 Status:       active

The FloatD value 1000.0 prints as 100.0.  Example:



GNU Smalltalk ready

st> 1000 asFloat
100.0
st> 1000 asFloat asInteger
1000
st> 1000 asFloat + 1
1001.0
st> 100.0 = 1000 asFloat
false
st> 1000 asFloat class
FloatD
st>




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

Re: [bug] FloatD printer is incorrect

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/259
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/259

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Base classes
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  sdp
 Updated by:   bonzinip
-Status:       active
+Status:       fixed

fixed in 67a573a2b703b324270fb2af25dc7a7d0f4f1972, thanks!




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