Re: [Pharo-users] Silent compilation

2015-05-19 Thread Sergio Fedi
Thanks for the explanation. Now I understand. ​

Re: [Pharo-users] Silent compilation

2015-05-19 Thread Clément Bera
Silent compilation is when the compilation is done without telling any other objects. In the regular compilation of a method, for example, you tell all the class browsers opened that the method was compiled so that if a class browser shows an old version of the same method it is refreshed to show

[Pharo-users] Silent compilation

2015-05-19 Thread Sergio Fedi
Hi guys, What is a silent compilation? When should it be used?