Hi!

I have a problem in the recent Pharo 4 image: the method 
MonitorDelay>>#signalLock:afterMSecs:inMonitor:queue: returns a boolean instead 
of MonitorDelay object. 
And in the method Monitor>>#exitAndWaitInQueue:maxMilliseconds: it raises 
message not understood on #unschedule.

Pharo #40505.

-=-=-
| monitor |
monitor := Monitor new.
monitor critical: [ monitor waitWhile: [ true ] maxMilliseconds: 200 ].
-=-=-

Is it known error? Someone is changing Monitor or related code?
Thanks,
Juraj


Reply via email to