Re: [asdf-devel] Test results on Mac OSX

2013-02-28 Thread Juan Jose Garcia-Ripoll
On Mon, Feb 25, 2013 at 1:14 AM, Robert Goldman rpgold...@sift.info wrote: I believe the problem is that EXT:SYSTEM on ECL runs whatever shell is the value of SHELL, but your test code is all written for bash, without checking for it. I have changed this. SYSTEM now calls /bin/sh on all

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-02-28 Thread Anton Vodonosov
Performed tests with ABCL and ACL (express edition, and on Windows, as my linux system turns out to be too old to run ACL 9.0 and the ACL 8.0 Express license has expired). http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-20.html ACL shows new problem with portableaserve and via it

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-02-28 Thread Dave Cooper
On Thu, Feb 28, 2013 at 8:46 PM, Dave Cooper david.coo...@genworks.comwrote: ACL shows new problem with portableaserve and via it with all genworks-gdl systems. The error: No defined method for ASDF/ACTION:PERFORM oncompiling #ORIGINAL-ASERVE aserve dummy By the way, what is this

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-02-28 Thread Anton Vodonosov
01.03.2013, 05:57, Dave Cooper david.coo...@genworks.com: On Thu, Feb 28, 2013 at 8:46 PM, Dave Cooper david.coo...@genworks.com wrote: ACL shows new problem with portableaserve and via it with all genworks-gdl systems. The error: No defined method for ASDF/ACTION:PERFORM oncompiling

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-02-28 Thread Dave Cooper
By the way how can I replicate this myself for testing? For testing of specific systems, just temporarily replace the asdf in my implementation with ASDF 2.31.4, then proceed with quicklisp as usual? For trying cl-test-grid with a cutting edge ASDF what is the recommended approach? On Thu,

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-02-28 Thread Anton Vodonosov
01.03.2013, 07:37, Anton Vodonosov avodono...@yandex.ru: I patch quicklisp. I have a directory quicklisp-patched for this purpose. Copy new asdf.lisp to quicklisp-patched/asdf.lisp and edit quicklisp-patched/setup.lisp to change    (defvar *required-asdf-version* 2.26) to   (defvar

Re: [asdf-devel] testing ASDF with cl-test-grid

2013-02-28 Thread Dave Cooper
On Thu, Feb 28, 2013 at 8:29 PM, Anton Vodonosov avodono...@yandex.ruwrote: http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-20.html ACL shows new problem with portableaserve and via it with all genworks-gdl systems. The error: No defined method for ASDF/ACTION:PERFORM oncompiling