Feb. 13, 2014
3:27 p.m.
Hi Nicolai, I opened the issue 12875 and committed a fix. Can you look at it? On 11 févr. 2014, at 11:54, Nicolai Hess <nicolaihess@web.de> wrote:
Ben, Camille, can you take a look at this code |a b| a:='String'. b:='t'. a collectWithIndex:[:c :i | c < b]
Debug this code and step over until you reach the collectWithIndex: method, the context inspector will show a,b,c,i even though only a and b are in the current scope. And it'll show the wrong values a->'String' b->'String' c->'String' i->'t'
(This does not happen with old compiler and it does not happen in 307052)