On Fri, 2008-06-13 at 11:17 +0200, Stéphane Ducasse wrote: > On Jun 13, 2008, at 11:08 AM, Norbert Hartl wrote: > > > And please take into account my posting "Removing ScriptLoader > > legacy" on squeak-dev. > > > I could not find it. > Can you point it to me? > > http://lists.squeakfoundation.org/pipermail/squeak-dev/2008-June/129234.html
In the meantie I uploaded a fix for ReleaseTest>>testUndeclared. It is called SLICE-ReleaseTestFixUndeclared. Seldomly a lot of the issues were missing class variables. Even in newer code from you. In ScriptLoader you have inboxRepository as instance var but in method inboxRepository you use InboxRepository. As the same is used from the class side I assumed you wanted to use a class var. Norbert > > Especially things in ScriptLoader are subject to > > Undeclared which lets the ReleaseTest fail. I had a talk on irc and it > > seems that for 3.10 that were removed (from Undeclared) manually (I > > have > > no other idea). I'll have look if ScriptLoader is the only suspect. > > > > > _______________________________________________ > 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
