Manuscript (Case [Issue]22400) Pharo VM - Delays are not working properly

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

Manuscript (Case [Issue]22400) Pharo VM - Delays are not working properly

Pharo Issue Tracker
Manuscript Notification
avatar
Ronie Salgado opened Case 22400: Delays are not working properly and assigned it to Everyone:
Bug in Project:  Pharo VM: 2. External  •  You are subscribed to this case
Delays are not working properly on Pharo 7. Tested in Linux and Mac.

(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 5) wait ] timeToRun asMilliSeconds].
#(50 50 50 50 50 50 50 50 50 15)

In comparison, on Pharo 6.1 I get the following:
(1 to: 10) collect: [:i | [ (Delay forMilliseconds: 5) wait ] timeToRun asMilliSeconds].
#(5 5 5 6 5 6 5 5 7 5)
Priority Priority: 2 – Really Important Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Later

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want Manuscript notifications anymore? Update your preferences.

Manuscript

_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
https://lists.gforge.inria.fr/mailman/listinfo/pharo-bugtracker