[Vm-dev] Re: [squeak-dev] Re: [Pharo-project] problem with tempNamed: in Pharo 2.0

Mariano Martinez Peck marianopeck at gmail.com
Wed May 2 07:31:59 UTC 2012


>
>
>> Actually, we do have:
>>
>> namedTempAt: index
>>     "Answer the value of the temp at index in the receiver's sequence of
>> tempNames."
>>     ^self debuggerMap namedTempAt: index in: self
>>
>> and
>>
>> namedTempAt: index put: aValue
>>     "Set the value of the temp at index in the receiver's sequence of
>> tempNames.
>>      (Note that if the value is a copied value it is also set out along
>> the lexical chain,
>>       but alas not in along the lexical chain.)."
>>     ^self debuggerMap namedTempAt: index put: aValue in: self
>>
>> so, if I understand correctly all we need to do is to fix tempNamed: and
>> tempNamedPut: so that the delegate to namedTempAt: and namedTempPut: rather
>> than to tempAt: and tempAtPut:   ?
>>
>
> Yes.
>
>

Now I was thinking, what happens with the rest of the senders of tempAt:
and tempAtPut: ?  do I need to do something with them?

Thanks

-- 
Mariano
http://marianopeck.wordpress.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20120502/bb4c1a49/attachment.htm


More information about the Vm-dev mailing list