On Sat, May 14, 2011 at 10:35 PM, Stéphane Ducasse < stephane.ducasse@inria.fr> wrote:
I will pay attention to use Smalltalk globals at: in the future.
Don't worry, it is easy to fix when it happens ;) Sometimes fixing is easier than trying not to break it hehehe
Stef
On May 14, 2011, at 4:07 PM, Mariano Martinez Peck wrote:
Hi guys. It seems when a class is removed, and used by ScriptLoader, it goes to Undeclared, logically. Example: SMxHandMorph was removed. However, ScriptLoader >> update13143 did something with such class. So, now, it is in Undeclared. How can we correctly solve this kind of problem?
1) Always use "Smalltalk at:" and #perform: in ScriptLoader updates? 2) remove those #update methods ? 3) Fix the broken ones by Smalltalk at: a and #perform: ?
Thanks
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com