help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] ParseTreeRewriter tests & behavior


From: Stephen Compall
Subject: Re: [Help-smalltalk] ParseTreeRewriter tests & behavior
Date: Thu, 11 Jan 2007 03:46:55 -0600

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

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]