Stéphane Ducasse wrote: > thanks mariano and kirtai. > > On Jul 16, 2009, at 10:39 PM, Mariano Martinez Peck wrote: > > >> Stef....Kirtai was looking you in IRC >> >> [16:39] <Kirtai> is stephanes problem with loading mc due to non- >> atomicloading changing a method then using it before another method >> it depends on is compiled? >> [17:06] <marianopeck> Kirtai: stef isn't in IRC most of the time >> [17:07] <marianopeck> it would be better to send him an email >> [17:07] <Kirtai> I'm just lookin at the problem >> [17:07] <Kirtai> seems that MCMethodDefinition>>actualClass is >> calling MCMethodDefinition>>actualClassIn: after actualClass is >> recompiled but before actualClassIn: is installed >> > > argh! > Stephane, if you set the following preferences
raiseDepreciatedWarnings=disabled (causes problems due to the Author initials depreciation) allowBlockArgumentAssignment=enabled (Breaks a method called #unloadTraits. A convenience method that isn't used and isn't in the image after the install is finished) then you can load MC 1.5 (with updated Installer) by using Keiths LPF script. After setting the prefs, do the following: HTTPSocket httpFileIn: 'ftp.squeak.org/3.11/scripts/LPF.st'. and it should just work. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
