[squeak-dev] Delays getting mangled across save

Bob Arning arning315 at comcast.net
Tue Aug 6 18:50:57 UTC 2013


If I evaluate this:

[
     n _ 111.
     d _ Delay forSeconds: n.
     starting _ Time now.
     d wait.
     ending _ Time now.
     {starting. ending. ending asSeconds - starting asSeconds. n} inspect
] fork

Then save and quit.
Then restart Squeak.

After a short wait, I get an inspector with:

{2:46:15.116 pm . 2:46:40.616 pm . 25 . 111}

I'm seeing other odd changes to Delays, but this is easy to reproduce.

Cheers,
Bob

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130806/f0a9c0e2/attachment.htm


More information about the Squeak-dev mailing list