May 14, 2011
8:35 p.m.
I will pay attention to use Smalltalk globals at: in the future. 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