I think this may be just an incomplete update from Squeak trunk. I added a comment to the issue to explain. Dave On Sun, Nov 13, 2011 at 06:21:50PM +0100, St?phane Ducasse wrote:
Thanks dave
http://code.google.com/p/pharo/issues/detail?id=4997
Stef
On Nov 13, 2011, at 4:58 PM, David T. Lewis wrote:
Hi,
There seems to be a problem with #isPrime in Pharo 1.4. The following example runs apparently forever:
100000000000000000000000000039 isPrime.
Unfortunately I used #isPrime to demonstrate multiprocessing with worker images with RemoteTask. RemoteTask seems to work fine on Pharo, but the examples run "forever" and thus appear to fail due to the #isPrime problem.
RemoteTask is described here <http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-November/162167....>
Dave