Re: [Pharo-users] Silent compilation
Thanks for the explanation. Now I understand.
Re: [Pharo-users] Silent compilation
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
Hi guys, What is a silent compilation? When should it be used?