Nov. 30, 2012
1:57 p.m.
excellent! Thanks for your help. On Nov 29, 2012, at 6:27 PM, Sebastian Nozzi wrote:
Done :-) It happens between 20042 (works) and 20047 (error).
2012/11/29 Camillo Bruni <camillobruni@gmail.com>:
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 <guillermopolito@gmail.com> 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