Re: [asdf-devel] How is the website maintained?

2010-03-22 Thread Faré
Gary knows the recipe to recompile the website from source. I know it involves installing cl-markdown and dependencies, which clbuild can do for you. Beyond that, Gary will have to tell us what to do to use the thing. Gary, can you help? [ François-René ÐVB Rideau | Reflection&Cybernethics | ht

Re: [asdf-devel] ASDF works again with ECL (also a question)

2010-03-22 Thread Faré
On 19 March 2010 15:24, Juan Jose Garcia-Ripoll wrote: > On Fri, Mar 19, 2010 at 7:51 PM, Faré wrote: >> >> Can you help with the configuration on Windows? >> What is the ECL equivalent of LispWorks' get-folder-path? >> Or if there isn't one builtin, how do I read a string entry from >> the regis

Re: [asdf-devel] something in recent commit causes ACL testing to go into an infinite loop

2010-03-22 Thread Faré
On 22 March 2010 22:35, Faré wrote: > On 22 March 2010 22:13, Robert Goldman wrote: >> Would it be possible to use the normal rewrite rules in the tests? >> > Sure but then we should either > 1- always recompile asdf.lisp (as before) > or > 2- copy all the implementation directory detection into

Re: [asdf-devel] something in recent commit causes ACL testing to go into an infinite loop

2010-03-22 Thread Faré
On 22 March 2010 22:13, Robert Goldman wrote: > I understand about the change to the output, and the not recompiling, but I > think you're not using the standard implementation rewriting rules, because, > e.g., all the modern lisp binaries are going into "mlisp," whereas ordinarily > 8.1 and 8.

Re: [asdf-devel] something in recent commit causes ACL testing to go into an infinite loop

2010-03-22 Thread Robert Goldman
I understand about the change to the output, and the not recompiling, but I think you're not using the standard implementation rewriting rules, because, e.g., all the modern lisp binaries are going into "mlisp," whereas ordinarily 8.1 and 8.2 fasls would go into different directories, right? W

Re: [asdf-devel] something in recent commit causes ACL testing to go into an infinite loop

2010-03-22 Thread Faré
> Quick follow-up:  I encountered the bug again when testing with 8.2 > allegromodern > > This suggests there may be > 1 bug here.  One bug being the fact that > the RESTART throws us into an infinite loop. > That's a bug. I don't know anything about it, though. It may have already existed, or I ma