May 27, 2009
8:53 p.m.
SystemNavigation default allObjectsDo: [ :e ] ...never terminates. At least since this is broken since #10268cl. Version #10263 was still working. The suspect are new closures (I guess, creating new context instances while iterating over all objects)... http://code.google.com/p/pharo/issues/detail?id=851 Adrian