From: Jean L. <bu...@gn...> - 2017-12-25 13:12:13
|
On Mon, Dec 25, 2017 at 02:05:35PM +0100, Bruno Haible wrote: > Blake McBride wrote: > > I noticed that QuickLisp fails on the current CLISP but succeeds in a > > variety of other Lisp's I tried. What I get is > > as follows: > > ** - Continuable Error > > DEFPACKAGE QL-CLISP: There is no symbol EXT::DELETE-DIR . > > Indeed, https://github.com/quicklisp/quicklisp-client/blob/master/quicklisp/impl.lisp > and https://github.com/quicklisp/quicklisp-client/blob/master/quicklisp/impl-util.lisp > reference the EXT:DELETE-DIR function, which we have now removed. > > Jean Louis wrote: > > Did you try the latest development version? > > > > I did and now it is working. Make the latest one. > > Which latest development version of quicklisp do you mean? > > It would be good if someone could file a pull request for updating > quicklisp to use DELETE-DIRECTORY instead of DELETE-DIR. I was using CLISP development version. And I also remember changing that delete-directory in the source to get it working. Copy to Zach to update it. -- Jean Louis |