< <meta charset="utf-8">Will they still merge ok? ><div><br></div><div><div>I believe that when you format patches this way, git will apply them</div><div>as long as the surrounding context matches what is in the patch. (If</div>

<div>I'm wrong about this, somebody please correct me!)</div></div><div><br></div><div>Daniel<br><br><div class="gmail_quote">On Fri, May 14, 2010 at 2:58 AM, szergling <span dir="ltr"><<a href="mailto:senatorzergling@gmail.com">senatorzergling@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I have also encountered this problem. Enclosed is a patch,<br>
with an additional fix to a similar issues inside arefs/arrays.<br>
<br>
I hope the patches are acceptable (don't know git well<br>
enough). I would prefer for them to not depend on my<br>
other patches from a few days ago. Will they still merge<br>
ok?<br>
<br>
Yong.<br>
<div><div></div><div class="h5"><br>
<br>
On 5/4/10, Daniel Gackle <<a href="mailto:danielgackle@gmail.com">danielgackle@gmail.com</a>> wrote:<br>
> Another syntax error in the new PS. This form:<br>
><br>
> (let ((blah (let ((x (foo)))<br>
>               (if (null x) y z)))))<br>
><br>
> ... compiles to...<br>
><br>
> var blah = x = foo(), x == null ? y : z;<br>
><br>
> ... which is incorrect. Previously, PS produced this, which is correct:<br>
><br>
> var blah = (x = foo(), x == null ? y : z);<br>
><br>
> Daniel<br>
><br>
</div></div><br>_______________________________________________<br>
parenscript-devel mailing list<br>
<a href="mailto:parenscript-devel@common-lisp.net">parenscript-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel" target="_blank">http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel</a><br>
<br></blockquote></div><br></div>