[squeak-dev] 'Time now seconds' returns a fraction in latest 3.10 images

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

[squeak-dev] 'Time now seconds' returns a fraction in latest 3.10 images

Igor Stasenko
Any ideas why this long ago fixed bug revived again?


--
Best regards,
Igor Stasenko AKA sig.

Reply | Threaded
Open this post in threaded view
|

[squeak-dev] Re: 'Time now seconds' returns a fraction in latest 3.10 images

Nicolas Cellier-3
Igor Stasenko wrote:
> Any ideas why this long ago fixed bug revived again?
>
>

Seems that some incompatible Date/Time changes have settled in 3.10.
Keith did already warn about this mess long ago:

http://lists.squeakfoundation.org/pipermail/v3dot10/2007-December/000982.html


Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Re: 'Time now seconds' returns a fraction in latest 3.10 images

keith1y
nice wrote:

> Igor Stasenko wrote:
>> Any ideas why this long ago fixed bug revived again?
>>
>>
>
> Seems that some incompatible Date/Time changes have settled in 3.10.
> Keith did already warn about this mess long ago:
>
> http://lists.squeakfoundation.org/pipermail/v3dot10/2007-December/000982.html 
>
This issue is fixed in http://bugs.squeak.org/view.php?id=6805 and I
have added the fix
so that all users of 3.10 + LPF get it.

Keith