[squeak-dev] BlockClosure vs BlockContext

John Chludzinski john.chludzinski at gmail.com
Tue Aug 3 22:50:16 UTC 2010


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/c7990ec8/attachment.htm


More information about the Squeak-dev mailing list