if you have time try to figure out in which pharo version the bug appeared... (I should write a tool for that :P)
=> do a binary search over pharo versions http://pharo.gforge.inria.fr/ci/image/20/ On 2012-11-29, at 11:04, Guillermo Polito <[email protected]> wrote: > Hi! > > I was surprised by trying to evaluate the following expression in a > workspace: > > [[ false ] whileFalse: [ ]] > > and getting an error SubscriptOutOfBounds: 1... > > The strange thing is that compiling that expression inside a block works, > but not in the workspace... > > Any idea? > Guille
