For 0.94, isn't it correct that it prints each combination 10 times because of the 6th innermost foreach loop?<br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 9:16 AM, Yadu Nand <span dir="ltr"><<a href="mailto:yadudoc1729@gmail.com" target="_blank">yadudoc1729@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have 5 loops (foreach and iterate mixed) and I see indices repeating in the<br>
innermost loop body. This is causing the script to crash as the array content<br>
is already closed. This was run on 0.94 (rev 6364).<br>
<br>
On swift-faster this script fails to compile (I don't see any issue<br>
with the script,<br>
especially when it compiles and run on 0.94)<br>
<br>
I could have this checked for other nested loop combinations if that could help.<br>
<br>
The script and output are attached.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Regards,<br>
Yadu Nand B<br>
</font></span><br>_______________________________________________<br>
Swift-devel mailing list<br>
<a href="mailto:Swift-devel@ci.uchicago.edu">Swift-devel@ci.uchicago.edu</a><br>
<a href="https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel" target="_blank">https://lists.ci.uchicago.edu/cgi-bin/mailman/listinfo/swift-devel</a><br>
<br></blockquote></div><br>