A bug while stepping through ending up in sending #home to nil

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

A bug while stepping through ending up in sending #home to nil

Jaromir Matas
Hi,
a minor bug here:

[] ensure: [thisContext privSender: nil]

If you step through a few times you get MessageNotUnderstood instead of BlockCannotReturn. The problem is #stepToHome: doesn't find a home context and tries to send #home to nil.

regards,
^[^ Jaromir