[squeak-dev] The Trunk: Kernel-ul.515.mcz

Levente Uzonyi leves at elte.hu
Mon Nov 15 10:25:42 UTC 2010


On Mon, 15 Nov 2010, Nicolas Cellier wrote:

> Please restore #inboundPointersExcluding:
> A loop for enumerating objects MUST use == 0
> Otherwise, the loop will stop at first occurrence of Float 0.0 instead
> of exhausting the object memory...

Thanks for reviewing the changes, I reverted the method.


Levente

>
>       anObj := self someObject.
> +       [0 = anObj] whileFalse: [
> -       [0 == anObj] whileFalse: [
>               anObj := anObj nextObject].
>



More information about the Squeak-dev mailing list