<div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 1, 2012 at 1:53 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div class="gmail_extra"><div class="gmail_quote"><div>But tempNames is fundamentally broken for closures. </div></div></div></blockquote><div><br>Just to avoid confusing, #tempNames itself looks correct:<br><br>tempNames<br>



    &quot;Answer a SequenceableCollection of the names of the receiver&#39;s temporary <br>     variables, which are strings.&quot;<br><br>    ^ self debuggerMap tempNamesForContext: self<br></div></div></blockquote><div>


<br></div><div>Yes.  That&#39;s for ContextPart.  But it doesn&#39;t work for CompiledMethod, since temps may differ between a method and its blocks.</div><div> </div></div></div></blockquote></div><div><br>Right, but weren&#39;t we always talking about Contexts?  Because #tempNames of CompiledMethod is different than the thing of contexts, isn&#39;t it? It is related to the method trailer.  In fact, I have just checked Squeak 4.3 and CompiledMethod does not even implement #tempNames.  The implementation in Pharo is:<br>

<br>CompiledMethod &gt;&gt; #tempNames<br>    self holdsTempNames ifFalse: [^#()].<br>    ^self tempNamesString subStrings: &#39; &#39;<br><br>how would it be the correct implementation then?<br></div></div></blockquote>
<div><br></div><div>I don&#39;t think there is one.  Perhaps answering a set of all temp names, but that&#39;s not very useful.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div><br>Thanks <br><span class="HOEnZb"><font color="#888888"><br></font></span></div></div><span class="HOEnZb"><font color="#888888">
-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br><br>
</font></span><br><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>best,<div>Eliot</div><br>
</div>