Re: [asdf-devel] distributing asdf

2013-01-18 Thread Zach Beane
Faré fah...@gmail.com writes: OK, so I've put in the archives/ directory of asdf a few tarballs. See: http://common-lisp.net/project/asdf/archives/ The driver is in asdf-driver-2.26.118.tar.gz, which has only the general-purpose utilities. Would you consider adding an URL like

Re: [asdf-devel] distributing asdf

2013-01-18 Thread Zach Beane
Faré fah...@gmail.com writes: OK, so I've put in the archives/ directory of asdf a few tarballs. See: http://common-lisp.net/project/asdf/archives/ Would you consider adding an URL like asdf-driver-latest.tgz that will always refer to the latest version? Done: (defun link-archive ()

Re: [asdf-devel] Just pulled an update and now CCL fails the tests

2013-01-18 Thread Faré
Lovely. It's a case of merging with the *default-pathname-defaults* being #p and how I tried to limit the amount of truenaming but overshot. And while debugging it, running into more bugs in my code, and loveliness in the implementation such as (equal #pccl: #p/) == T. 2.26.120 is at your

Re: [asdf-devel] distributing asdf

2013-01-18 Thread Faré
On Fri, Jan 18, 2013 at 6:12 PM, Zach Beane x...@xach.com wrote: Faré fah...@gmail.com writes: OK, so I've put in the archives/ directory of asdf a few tarballs. See: http://common-lisp.net/project/asdf/archives/ Would you consider adding an URL like asdf-driver-latest.tgz that will

Re: [asdf-devel] Just pulled an update and now CCL fails the tests

2013-01-18 Thread Robert Goldman
On 1/18/13 Jan 18 -9:12 PM, Faré wrote: Lovely. It's a case of merging with the *default-pathname-defaults* being #p and how I tried to limit the amount of truenaming but overshot. And while debugging it, running into more bugs in my code, and loveliness in the implementation such as (equal