<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 29, 2013 at 3:57 PM, Eliot Miranda <span dir="ltr">&lt;<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>&gt;</span> wrote:<br>
<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><div class="h5"><div></div></div></div><div>
I don&#39;t understand how #3 fixes things.  If one has an alias to e.g. Error then all calls on Error should include references to the alias right?  So doesn&#39;t there need to be some clever code for literalEqual: so that ALiases dereference to get the actual binding?</div>
</div></blockquote><div><br></div><div>Yeah, #3 is a partial fix.</div><div><br></div><div>We should definitely use #bindingOf: for comparing with bindings in a CompiledMethod, because that&#39;s what the Compiler uses to create those bindings in the first place.  Some of the other changes I&#39;ve made in the past few days have the effect of only using Aliases when necessary—that is, when we&#39;re referring to a class or global by a different name from the one it was declared with. Between that and Environment&gt;&gt;recompileAll, we should have correct behaviour for the single-environment case that exists in the trunk at the moment.</div>
<div><br></div><div>For the multi-environment cases, we&#39;ll need to handle Aliases correctly, and I guess you&#39;re right about #literalEqual:. </div><div><br></div><div>Colin</div></div></div></div>