Thanks for the report, it is now fixed.<br>e85d75dc44a1 Fix iterate extension to increment properly<br><br>Liam<br><br><div class="gmail_quote">On Sat, Jun 15, 2013 at 12:43 AM, Joshua TAYLOR <span dir="ltr"><<a href="mailto:joshuaaaron@gmail.com" target="_blank">joshuaaaron@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
A StackOverflow user posted a question [1] about the behavior<br>
described in the Antik manual [2]<br>
<br>
    (defparameter m1 #m(1 2 3 ^ 0 6 8))<br>
    (iter:iter (iter:for e :matrix-element m1) (princ e) (princ " "))<br>
<br>
    ;Output:<br>
     1.0 2.0 3.0 0.0 0.0 6.0 8.0<br>
<br>
and observed that it looks like the 0.0 is getting repeated.  In the<br>
answer to that question, I macroexpanded the iteration code, and it<br>
does look like a a value is getting repeated. Is this a (known) bug?<br>
<br>
Thanks,<br>
Joshua Taylor<br>
<br>
[1] <a href="http://stackoverflow.com/q/17119812/1281433" target="_blank">http://stackoverflow.com/q/17119812/1281433</a><br>
[2] <a href="http://www.common-lisp.net/project/antik/antik/Iterate.html" target="_blank">http://www.common-lisp.net/project/antik/antik/Iterate.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Joshua Taylor, <a href="http://www.cs.rpi.edu/~tayloj/" target="_blank">http://www.cs.rpi.edu/~tayloj/</a><br>
<br>
</font></span></blockquote></div><br>