[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] ecl-test

2011-11-20 Thread Paul Bowyer
Juanjo: I'm uncertain if this is related to the recent corrections to ECL for CLX, but I just downloaded and re-ran the test suite. The ansi.log still shows 27 out of 21703 total tests failed but the bugs.log now shows 7 out of 60 total tests failed which is an improvement from the last time

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