[BUG] User interrupts no longer interrupt locked UI process

Ned Konz ned at squeakland.org
Thu Mar 18 23:53:09 UTC 2004


On Thursday 18 March 2004 3:46 pm, Ned Konz wrote:
> That's not a bad idea, either.
>
> Though with my fixes you can even break out of something like:
>
> ll := LinkedList new.
> l := Link new.
> ll addLast: l.
> ll addLast: l.
> ll size.
>
>
> but not out of:
>
> [ ] repeat

I take that back. I can break out of


[] repeat


but I can't seem to break out of 


recursionTest
	^self recursionTest


for some reason.

Wonder why...
-- 
Ned Konz
http://bike-nomad.com/squeak/



More information about the Squeak-dev mailing list