[Vm-dev] Float math in VMMaker-dtl.123

Bert Freudenberg bert at freudenbergs.de
Wed Jul 1 18:52:37 UTC 2009


On 01.07.2009, at 19:02, Nicolas Cellier wrote:

>
> 2009/7/1 David T. Lewis <lewis at mail.msen.com>:
>>
>> On Wed, Jul 01, 2009 at 08:32:18AM -0700, Andreas Raab wrote:
>>>
>>> Ouch. Yeah, I'd say that's right...
>>
>> This is from http://bugs.squeak.org/view.php?id=7260. I reopened the
>> issue on Mantis.
>>
>> I'll apply the fix to VMMaker as soon as I can (but feel free to do  
>> the
>> update if I don't get to it first; Bert you have developer access  
>> as well
>> as Andreas of course).
>>
>> Dave
>>
>
> Ouch again, my fault.
> How can the tests pass... Hmm not enough test?


the failure would only be triggered for code like

0.1 <= 0.2 ifTrue: [...]

but not for

self assert: 0.1 <= 0.2


- Bert -




More information about the Vm-dev mailing list