On Thu, 2007-01-11 at 09:52 +0100, Paolo Bonzini wrote: > I'll include ptrtests.st in 2.4 (possibly backporting it later to > 2.3.1).
Thanks; please use http://scompall.nocandysw.com/gst/ptrtests-post-nmaf +rdc.st if you haven't it already, assuming -- I suppose -- c.l.s agrees that the behavior changes are worthwhile. > The full fix for RBSmallDictionary, which passes ptrtests.st, > is this: > > @@ -299,7 +311,7 @@ new > ^self new: 2! > > new: anInteger > - ^(self basicNew: anInteger) initialize: anInteger! ! > + ^(self primNew: anInteger) initialize: anInteger! ! *Ah*. Thanks. -- Stephen Compall http://scompall.nocandysw.com/blog
signature.asc
Description: This is a digitally signed message part
_______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
