[squeak-dev] BlockClosure vs BlockContext

Gabriel Cotelli g.cotelli at gmail.com
Wed Aug 4 02:10:42 UTC 2010


Hi John,
the newest images and VM has now proper closure support. There's no need for
fixTemps anymore.

On Tue, Aug 3, 2010 at 7:50 PM, John Chludzinski <john.chludzinski at gmail.com
> wrote:

> I have some code that fixed the values of temps (in a BlockContext) at the
> point of definition (using #fixTemps).  Now I'm using Seaside 3.0 on Squeak
> 4.1 and the values of the block's temps is set at the point of call (when I
> evaluate the block) - block are now BlockClosure's.  How do I fix the temps
> to be the values where the block is defined?
>
> #fixTemps is now a no-op.
>
> ---John
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100803/75516005/attachment.htm


More information about the Squeak-dev mailing list