On 2012-11-29, at 14:27, Sebastian Nozzi <sebnozzi@gmail.com> wrote:
Done :-) It happens between 20042 (works) and 20047 (error).
perfect! can you open a bug report with this information? :)
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