I have some code that fixed the values of temps (in a BlockContext) at the point of definition (using #fixTemps).  Now I&#39;m using Seaside 3.0 on Squeak 4.1 and the values of the block&#39;s temps is set at the point of call (when I evaluate the block) - block are now BlockClosure&#39;s.  How do I fix the temps to be the values where the block is defined?  <div>
<br></div><div>#fixTemps is now a no-op.<br><div><br></div><div>---John</div></div>