Re: [Ecls-list] Few lines implementation of curl or wget using Common Lisp?

2011-11-21 Thread Anton Vodonosov
So you want users to execute quicklisp library tests as you run on your test farm? I am working on something similar. I want to suggest CL users to run a simple command, like (test-grid:run-tests),it will execute tests and upload statistics to central server. The statistics include library test

[Ecls-list] Few lines implementation of curl or wget using Common Lisp?

2011-11-20 Thread Juan Jose Garcia-Ripoll
Anyone has such a function? I would like to plug it into ECL for downloading the ANSI test suite. Juanjo -- Instituto de Física Fundamental, CSIC c/ Serrano, 113b, Madrid 28006 (Spain) http://juanjose.garciaripoll.googlepages.com

Re: [Ecls-list] Few lines implementation of curl or wget using Common Lisp?

2011-11-20 Thread Zach Beane
Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: Anyone has such a function? I would like to plug it into ECL for downloading the ANSI test suite. Quicklisp's http.lisp has something like that, but it's not very short (it has code to handle chunked encoding for example).

Re: [Ecls-list] Few lines implementation of curl or wget using Common Lisp?

2011-11-20 Thread Juan Jose Garcia-Ripoll
On Sun, Nov 20, 2011 at 3:12 PM, Zach Beane x...@xach.com wrote: Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com writes: Anyone has such a function? I would like to plug it into ECL for downloading the ANSI test suite. Quicklisp's http.lisp has something like that, but it's

Re: [Ecls-list] Few lines implementation of curl or wget using Common Lisp?

2011-11-20 Thread Anton Vodonosov
Juan Jose Garcia-Ripoll:I am considering including http.lisp in the contributed sources, packaging it differently, but adding the original license. This would allow the test suite to 1) download quicklisp, sandbox it and test a set of libraries, 2) download the ansi test suite and run it and 3)

Re: [Ecls-list] Few lines implementation of curl or wget using Common Lisp?

2011-11-20 Thread Paul Bowyer
On 11/20/2011 09:26 AM, Juan Jose Garcia-Ripoll wrote: On Sun, Nov 20, 2011 at 3:12 PM, Zach Beane x...@xach.com mailto:x...@xach.com wrote: Juan Jose Garcia-Ripoll juanjose.garciarip...@googlemail.com mailto:juanjose.garciarip...@googlemail.com writes: Anyone has such a

Re: [Ecls-list] Few lines implementation of curl or wget using Common Lisp?

2011-11-20 Thread Juan Jose Garcia-Ripoll
On Sun, Nov 20, 2011 at 9:16 PM, Paul Bowyer pbow...@olynet.com wrote: Since I already have quicklisp installed and it's accessible from slime, or via clbuild using a command shell, it would be redundant to have it (re-)installed by the ECL test suite unless it was isolated to the ecl-test

Re: [Ecls-list] Few lines implementation of curl or wget using Common Lisp?

2011-11-20 Thread Paul Bowyer
On 11/20/2011 12:59 PM, Juan Jose Garcia-Ripoll wrote: On Sun, Nov 20, 2011 at 9:16 PM, Paul Bowyer pbow...@olynet.com mailto:pbow...@olynet.com wrote: Since I already have quicklisp installed and it's accessible from slime, or via clbuild using a command shell, it would be redundant