I haven't looked deep enough to find the actual change, but looked for where the warning should be triggered. The method warnAboutShadowed: is called from bindTemp: when you shadow an instance variable, but the warning is only written to the transcript.
Adrian On Mar 3, 2010, at 09:13 , Stéphane Ducasse wrote: > Name: Compiler-marcus.denker.66 > Author: marcus.denker > Time: 25 August 2008, 2:48:04 pm > UUID: 1ebf7e7c-ca64-4294-bc55-f89fdcdd1a50 > Ancestors: Compiler-marcus.denker.65 > > -0007136: [BUG] LinkedList add:after: fails to update lastLink > -0007156: Behavior>>#initialize sends #superclass: which can cause VM crash > - delete #isValidWonderlandTexture > - fix TClassAndTraitDescription>>#methods to return the methods of a class or > trait > - add #localMethods to return methods defined in a class, not included by a > trait. > -7147 Parser-removeUnusedTemps > -0006503: RunArray cant be created through #new: > > > Now I have to work on sometihng else. But what we could do it do download > some of the old images and check until we find the potential changes > > Stef > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
