Hi,
I use Squeak 3.9#7067 and in one of my classes I would like to remove a method. In the last days I loaded several EToy-projects into my image. Now, removal does not succeed and instead I get a MessageNotUnderstood: SmallInteger>>pragmas. Looking at the trace I understand that there is a sequence of actions to determine usage of the method to remove in other classes. This sequence stops at the class "Player78" which is in the category "UserObjects". The check for "Player78" ends up in CompiledMethod>>pragmas which returns ^self properties pragmas and leads to the MessageNotUnderstood. What is the right thing to do ? What is happening exactly ? Regards Pascal Vollmer Pascal Vollmer Email: [hidden email] Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer, nur 39,85 inkl. DSL- und ISDN-Grundgebühr! http://www.arcor.de/rd/emf-dsl-2 _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
> I use Squeak 3.9#7067 and in one of my classes I would like to remove a method. In the last days I loaded several EToy-projects into my image.
I don't think eToys works in 3.9 because nobody cared to maintain it. > What is the right thing to do ? Try to evaluate the following expression: Player allSubclasses do: [ :each | each compileAll ] > What is happening exactly ? It looks like your compiled method is coming from an old Squeak image. Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Hi,
thanks a lot. I removed the EToy-stuff and everything is ok now. May I ask a non-technical question: I give Squeak-lessons for 12-15 years old children for 6 months now. At a certain stage I found it very helpful to be able to switch forth and back from EToys to Squeak. EToys for rapid prototypes and fun, Squeak for elaborated solutions. Is there a plan to re-integrate EToys to the successor Squeak 3.10 ? Kind regards Pascal Vollmer ----- Original Nachricht ---- Von: Lukas Renggli <[hidden email]> An: "A friendly place to get answers to even the most basic questions about Squeak." <[hidden email]> Datum: 19.03.2007 11:15 Betreff: Re: [Newbies] remove a method > > I use Squeak 3.9#7067 and in one of my classes I would like to remove a > method. In the last days I loaded several EToy-projects into my image. > > I don't think eToys works in 3.9 because nobody cared to maintain it. > > > What is the right thing to do ? > > Try to evaluate the following expression: > > Player allSubclasses do: [ :each | each compileAll ] > > > What is happening exactly ? > > It looks like your compiled method is coming from an old Squeak image. > > Cheers, > Lukas > > -- > Lukas Renggli > http://www.lukas-renggli.ch > _______________________________________________ > Beginners mailing list > [hidden email] > http://lists.squeakfoundation.org/mailman/listinfo/beginners > Pascal Vollmer Email: [hidden email] Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT JETZT bei Arcor: günstig und schnell mit DSL - das All-Inclusive-Paket für clevere Doppel-Sparer, nur 39,85 inkl. DSL- und ISDN-Grundgebühr! http://www.arcor.de/rd/emf-dsl-2 _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
El 3/19/07 7:06 PM, "[hidden email]" <[hidden email]> escribió: > Hi, > thanks a lot. I removed the EToy-stuff and everything is ok now. > May I ask a non-technical question: I give Squeak-lessons for 12-15 years old > children for 6 months now. At a certain stage I found it very helpful to be > able to switch forth and back from EToys to Squeak. EToys for rapid prototypes > and fun, Squeak for elaborated solutions. Is there a plan to re-integrate > EToys to the successor Squeak 3.10 ? > Kind regards > Pascal Vollmer 3.10 at this time have Etoys. But my plans is have the unload/load ready before the end of release. By the way, the Etoys development is on OLPC image what is 3.8 based. But for 12-15 years tons of simple games could be made with Morphs. And simple simulations. You could email direct for I could help or give the girls and boys the chance of far , far away collaboration. Edgar __________________________________________________ Preguntá. Respondé. Descubrí. Todo lo que querías saber, y lo que ni imaginabas, está en Yahoo! Respuestas (Beta). ¡Probalo ya! http://www.yahoo.com.ar/respuestas _______________________________________________ Beginners mailing list [hidden email] http://lists.squeakfoundation.org/mailman/listinfo/beginners |
Free forum by Nabble | Edit this page |