Re: [Pharo-users] New compiler: variable and recursive bloc of code

2014-09-10 Thread Hilaire
Ok, thanks Le 10/09/2014 10:35, Clément Bera a écrit : The additional assignment is not needed. You get a warning because the warning detection is approximate and sometimes raises warning whereas it should not, but if you proceed, it compiles fine. -- Dr. Geo - http://drgeo.eu iStoa - http:

Re: [Pharo-users] New compiler: variable and recursive bloc of code

2014-09-10 Thread Clément Bera
Hello, The additional assignment is not needed. You get a warning because the warning detection is approximate and sometimes raises warning whereas it should not, but if you proceed, it compiles fine. 2014-09-10 8:54 GMT+02:00 Hilaire : > Hello, > > I noticed this change described bellow and I