<div>I've rebased my PS LOOP extensions [1] onto the latest commit</div><div>(7be9b45) and recompiled Skysheet. The generated JS looks fine. There</div><div>was one glitch that I'll report separately along with a workaround.</div>

<div>Before pushing the LOOP extensions onto master, though, I want to</div><div>update any relevant PS tests. Some will fail because the LOOP output</div><div>has changed quite a bit. Unfortunately I'm also seeing failures when I</div>

<div>run the tests in 7be9b45, which is prior to any of these LOOP</div><div>changes. I've pasted the output below [2]. It doesn't look like these</div><div>failures are related to work in ps-loop.lisp, so I'll just ignore them</div>

<div>for the time being, but Vladimir can you please comment on whether you</div><div>know about them or whether there's something unexpected going on?</div><div><br></div><div>Daniel</div><div><br></div><div>[1] These are the constructs FOR..OF and MAP..TO, plus a change to</div>

<div>FOR..ON, that I described in my email to this list on April 11.  They</div><div>are currently sitting in the "loop" branch. Rebasing them was</div><div>nontrivial because of Boris' additions to ps-loop.lisp, but it seems</div>

<div>to have all gone ok. Boris, if you're reading this, please look out for any</div><div>regressions once I push these changes and let us know if you notice anything.</div><div><br></div><div>[2] Running output tests:</div>

<div>........................................................................................................................................................................................................................................................................................................................................................................................................................................</div>

<div> Did 424 checks.</div><div>    Pass: 424 (100%)</div><div>    Skip: 0 ( 0%)</div><div>    Fail: 0 ( 0%)</div><div>Running package system tests:</div><div>.........</div><div> Did 9 checks.</div><div>    Pass: 9 (100%)</div>

<div>    Skip: 0 ( 0%)</div><div>    Fail: 0 ( 0%)</div><div>Running CL-JavaScript eval tests:</div><div>...........................f...............X......................</div><div> Did 66 checks.</div><div>    Pass: 64 (96%)</div>

<div>    Skip: 0 ( 0%)</div><div>    Fail: 2 ( 3%)</div><div> Failure Details:</div><div> --------------------------------</div><div> mv-return1 []: </div><div>      Unexpected Error: #<cl-js:js-condition #x30200155257D></div>

<div>[js] TypeError: undefined has no properties...</div><div> --------------------------------</div><div> --------------------------------</div><div> dynamic-extent-function-return-values []: </div><div>      (funcall (if (typep #:g36204 'structure-object) #'equalp #'equal) #:g36204 (jsarray '(1 2 3))) was NIL..</div>

<div> --------------------------------</div><div><br></div>