<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 5:59 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">No.  Its arguably a bug but a binding will print itself as the Symbol key.  So what&#39;s happening is that the binding for DateAndTime is printing itself as #DateAndTime.  So the problem is that the Decompiler is not mapping the sequence pushLiteral: aBinding, send #value back into an appropriate LiteralVariableNode instance.  The Decompiler needs to special-case this.</blockquote>
<div><br></div><div>Yeah, that should probably be fixed. The new Alias bindings will generate #value sends, which I don&#39;t think we&#39;ve used before. (We&#39;ve used #value: for assignment to globals, but not #value for reads.) </div>
<div><br></div><div>But since DateAndTime is a class, this shouldn&#39;t be an Alias at all, and thus shouldn&#39;t be sending #value. </div><div><br></div><div>Colin</div></div></div></div>