[squeak-dev] The Trunk: System-dtl.969.mcz

David T. Lewis lewis at mail.msen.com
Sun Oct 22 02:03:07 UTC 2017


On Sat, Oct 21, 2017 at 09:15:15PM -0400, David T. Lewis wrote:
> On Sat, Oct 21, 2017 at 06:00:55PM -0700, tim Rowledge wrote:
> > Dave, 
> > as a result of loading this I noticed the following in the Transcript, which may be something needing attention - 
> > 
> > Project class>>cleanUpEtoysGarbage(name is shadowed)
> > Project class>>makeANewLocalGallery(name is shadowed)
> > Project class>>cleanUpEtoysGarbage(name is shadowed)
> > Project class>>makeANewLocalGallery(name is shadowed)
> >
> 
> Ugh, you are right. I'm not sure where it is coming from, but I must have missed something :-(
>

OK I see now. These are compiler warnings coming from some #Etoys methods in
class Project, which was recompiled as a result of my update. The methods in
question are using #name as a temporary variable in blocks, which is presumably
harmless but does cause the compiler to get nervous.

Dave



More information about the Squeak-dev mailing list