[ANN] Squeak3.9b-7042 available

Klaus D. Witzel klaus.witzel at cobss.com
Fri Jul 14 01:50:42 UTC 2006


Dear Harvesters,

on Thu, 13 Jul 2006 17:41:07 +0200, Stéphane Ducasse wrote:
...
> fix CompiledMethod>>#= to ignore the last two literals
> (we may want to extend it to take pragmas into account
> for equality later...)

The last two literals of CompiledMethod's cannot just be ignored. See  
comment in CompileMethod>>#methodClass and implementation of  
CompiledMethod>>#hasNewPropertyFormat.

I suggest to unconditionally check for
  (self hasNewPropertyFormat) = (method hasNewPropertyFormat)
and:
(self methodClass isVariableBinding) = (method methodClass  
isVariableBinding)

/Klaus




More information about the Squeak-dev mailing list