<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Ketan reported a script failing for him on trunk alone and this is the condensed <br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">
form of his script that fails consistently on trunk:<br><br>func() {<br> string FOO=arg("foo");<br> string BAR="hello";<br> tracef("FOO : %s | BAR : %s\n", FOO, BAR);<br>}<br>func();<br>
<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">This script does pass on 0.94RC3, but not on Trunk. Could someone confirm if this <br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">
is valid syntax ?<br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Reversing the order of the assignments to the following, gets the test to pass:<br><br>func() {<br> string BAR="hello";<br>
string FOO=arg("foo");<br> tracef("FOO : %s | BAR : %s\n", FOO, BAR);<br>}<br>func();<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;display:inline">
Thanks,</div> <br><div dir="ltr">Yadu</div>
</div>