I'm sorry, I did not read your original posting carefully enough. The classes that implement coerceTo:sim: are Integer, Array, Bitmap, CArray, and CObjectAccessor. So I do not know what the problem is in this case. Sorry for the confusion.
Dave On Sat, Sep 05, 2009 at 07:10:28PM +0400, Andrey Larionov wrote: > I recive this error (DNU Object>>coerceTo: sim:) on latest VMMaker > > On Sat, Sep 5, 2009 at 18:50, David T. Lewis<[email protected]> wrote: > > Hi Stef, > > > > I believe you have already done this, so nothing more needs to be > > done. In fact I did the VMMaker changes, Mantis bug report, and Squeak > > trunk fixes all based on the cleanup that you did for Pharo :) > > > > If you need to double check this, the change set with all of the > > methods that got moved is LeftoverMethodsMoveToVMMaker-dtl-M7221.2.cs > > on the Mantis 7221 page. But I think it is all done now so no worries. > > > > Dave > > > > On Sat, Sep 05, 2009 at 04:40:47PM +0200, St?phane Ducasse wrote: > >> Hi david > >> > >> do you have a list of the methods that we should remove from the image? > >> > >> Stef > >> > >> On Sep 5, 2009, at 4:33 PM, David T. Lewis wrote: > >> > >> > On Sat, Sep 05, 2009 at 04:19:51AM +0400, Andrey Larionov wrote: > >> >> I'm post an issue > >> >> http://code.google.com/p/pharo/issues/detail?id=1173 > >> >> Looks like call of > >> >> ? ?aDisplayText form: > >> >> in MorphicUIManage>>composeFormFor: is redundant > >> >> > >> >> Found during trying to run InterpreterSimulator (i realy want to help > >> >> improve project). > >> >> After i add accessor, i recieve an DNU of ByteSymbol>>coerceTo:sim: > >> >> > >> >> Is any have any idea. Is this method missing in VMMaker package or > >> >> removed in Pharo. > >> > > >> > Hi Andrey, > >> > > >> > We moved a number of these methods from Pharo (and Squeak) into > >> > the VMMaker package because they are part of the C code generator > >> > for Slang. ?They had been left in the image by accident. If you > >> > load the latest VMMaker from SqueakSource, this problem will be > >> > resolved. For background on this, see: > >> > > >> > ?http://bugs.squeak.org/view.php?id=7221 > >> > > >> > If you need to use an older VMMaker for some reason, I put a change > >> > set on the Mantis report that will let you load the missing methods > >> > (LeftoverMethodsMoveToVMMaker-dtl-M7221.2.cs). > >> > > >> > Dave > >> > > >> > > >> > _______________________________________________ > >> > 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 > > > > _______________________________________________ > > 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 _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
