On Sat, Sep 05, 2009 at 07:53:30PM +0200, Adrian Lienhard wrote: > Hi Andrey, > > I once made the interpreter simulator work in 3.9 and posted my > changes to http://bugs.squeak.org/view.php?id=6555 > > In there I fixed the method that you are missing as follows: > > !ByteSymbol methodsFor: '*VMMaker' stamp: 'al 7/23/2007 10:17'! > coerceTo: cTypeString sim: interpreter > ^self! ! > > You may also need to check the other fixes in the Mantis issue. > > Please report back how it works and what changes you needed so that we > can integrate what is missing in Pharo and suggest changes to David > for the VMMaker package.
Thanks, that would be very helpful. I just reassigned Mantis 6555 to myself, and I'll be happy to add any VMMaker changes. Dave _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
