[ANN] New Seaside tutorial

Martin Beck martin.beck at hpi.uni-potsdam.de
Sat Oct 20 00:39:23 UTC 2007


Am Freitag, 19. Oktober 2007 18:37:28 schrieb Philippe Marschall:
> html table: [
>
>
> (self sortBlock value: (self filterBlock value: self items)) do: [:item |
>
>
>
> html tableRow: [self renderItemBlock value: item value: html]]]
>
> If you get some real strange results with a construct like this then
> you are missing #fixTmeps.
Are you please able to explain to me (us), what the problem could be with the 
code (I have written... ;) )? I always tried to understand the #fixTemps 
thing, but everything I grabbed out of university lectures was something like 
that it might be used for copying instance variables used by the block, but 
owned by an object not used anymore and which is therefore almost garbage 
collected...
However, I have to admit, that I just don't know.... ;(

Regards,
Martin




More information about the Squeak-dev mailing list