<div><br></div>FYI It looks like some more command line escaping tweaks are needed for LWW.<div><br></div><div>I'm on an outing today and will be able to run tests tonight with the latest commit.</div><div><br></div><div>
<span></span><br><br>---------- Forwarded message ----------<br>From: <b>Fabrice Popineau</b> <br>Date: Sunday, October 20, 2013<br>Subject: ASDF testing for LWW<br>To: Dave Cooper <<a href="mailto:david.cooper@genworks.com">david.cooper@genworks.com</a>><br>
<br><br><div dir="ltr"><div><br></div><div>The test suite fails by me with LWW :</div><div>here at ligne 91 of run-tests.sh</div><div><div>      if DO $bcmd $eval "'(#.(load(string'|script-support.lisp|))#.(asdf-test::load-asdf)#.(asdf-test::frob-packages)#.(asdf-test::with-test()(load(string'|$i|))))" ; then</div>


</div><div><br></div><div><br></div><div><div>$ ./run1</div><div>make[1]: Entering directory `/c/temp/asdf-test/asdf-windows'</div><div>PWD=/c/temp/asdf-test/asdf-windows/test</div><div>!C:=C:\Temp\asdf-test</div><div>


ASDF_TEST_LISPS=lispworks</div><div>OLDPWD=/c/temp/asdf-test/asdf-windows</div><div>/c/Local/Lispworks/lw-console.exe -siteinit - -init - -eval "(or #.(load(string\</div><div>`|test/script-support.lisp|))#.(asdf-test::compile-asdf-script))"</div>


<div>LispWorks(R) (for the Windows(R) operating system)</div><div>Copyright (C) 1987-2012 LispWorks Ltd.  All rights reserved.</div><div>Version 6.1.1</div><div>Saved by Fabrice as lw-console, at 20 Oct 2013 11:59</div><div>


User Fabrice on ALIMANTADO</div><div><br></div><div>Error: The file "testscript-support.lisp" does not exist.</div><div>  1 (continue) Try loading testscript-support.lisp again.</div><div>  2 Give up loading testscript-support.lisp.</div>


<div>  3 Try loading another file instead of testscript-support.lisp.</div><div>  4 (abort) Abort initialization.</div><div>  5 Continue to top-level loop.</div></div><div><br></div><div>I'm not that familiar with path syntax in CL (I'm using it at its minimum and always checking) so</div>


<div>why is there this (string`|path|) ? Case-sensitivity ? Or ?</div><div><br></div><div>Fabrice</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/20 Dave Cooper <span dir="ltr"><<a href="javascript:_e({}, 'cvml', 'david.cooper@genworks.com');" target="_blank">david.cooper@genworks.com</a>></span><br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div><br></div><div>Have you been waiting for the noise to settle down on asdf-devel? I think it's safe to go ahead and try the tests on LWW now. </div>


<div><br></div><div>I've attached a "run" script which should be pretty much ready to go for LWW, all you have to do is fill in your lwconsole.exe location where it says:</div>
<div><br></div><div>   "Fill in for location of your LWW console exe:" </div><div><br></div><div>You have to have "make" and "rsync" installed in your MSYS (or cygwin) (rsync is probably not strictly necessary; for running on a single OS you can just replace $asdf with the original "asdf/" directory). </div>



<div><br></div><div>I'll be away from the office tomorrow (Sunday) but if you feel like giving it a go on Sunday and run into any issues,  feel free to give me a call on skype or <a href="tel:%2B1%20248-330-2979" value="+12483302979" target="_blank">+1 248-330-2979</a>.</div>


<div><div><br></div><div>
<br></div><div><br></div><div class="gmail_extra"><div class="gmail_quote">On Thu, Oct 17, 2013 at 5:50 PM, Fabrice Popineau <span dir="ltr"><<a href="javascript:_e({}, 'cvml', 'fabrice.popineau@supelec.fr');" target="_blank">fabrice.popineau@supelec.fr</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Ok, I'll reply about it on Saturday.<div><br></div><div>Best regards,</div><div><br></div><div>Fabrice</div>



</div><div class="gmail_extra"><div><br><br><div class="gmail_quote">2013/10/17 Dave Cooper <span dir="ltr"><<a href="javascript:_e({}, 'cvml', 'david.cooper@genworks.com');" target="_blank">david.cooper@genworks.com</a>></span><br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div dir="ltr"><div><div>Basic instructions to run the tests:</div>
<div><br></div><div>1. Establish a directory to be the root of your testing area.</div><div>2. cd to this directory.</div><div>3. git clone git://<a href="http://common-lisp.net/projects/asdf/asdf.git" target="_blank">common-lisp.net/projects/asdf/asdf.git</a></div>







<div>4. put the attached script into this directory</div></div></div></blockquote><div><br></div><div><br></div></div><div>To be clear, by "this directory" I mean the _current_ directory, not the asdf/ subdirectory which was newly created by the git clone. So the "run" script and your pwd should both be in the parent of the asdf/ subdirectory created by the git clone.</div>





<div>
<div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>5. edit the script to point to your LWW console image</div><div>6. ./run</div>






<div>7. observe the output in ./asdf/build/results/lispworks.text</div><div>8. If interesting, report the output to <a href="javascript:_e({}, 'cvml', 'asdf-devel@common-lisp.net');" target="_blank">asdf-devel@common-lisp.net</a></div>
</div></div>


</blockquote></div></div></div></div></blockquote></div></div></div></blockquote><div><br></div><div><br></div><div><br></div><div> </div></div>-- <br>My Best,<br><br>Dave Cooper, Genworks Support<br><a href="javascript:_e({}, 'cvml', 'david.cooper@genworks.com');" target="_blank">david.cooper@genworks.com</a>, <a href="http://dave.genworks.com" target="_blank">dave.genworks.com</a>(skype)<br>



<br>
</div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Fabrice Popineau<div>-----------------------------</div><div>SUPELEC</div><div>Département Informatique</div><div>3, rue Joliot Curie</div><div>91192 Gif/Yvette Cedex</div>


<div>Tel direct : +33 (0) 169851950</div><div>Standard : +33 (0) 169851212</div><div>------------------------------</div><div><br></div>
</div>
<br></div><br><br>-- <br>My Best,<br><br>Dave Cooper, Genworks Support<br><a href="mailto:david.cooper@genworks.com">david.cooper@genworks.com</a>, <a href="http://dave.genworks.com">dave.genworks.com</a>(skype)<br>USA: 248-327-3253(o), 1-248-330-2979(mobile)<br>
UK: 0191 645 1699<br><br>