xach / buildapp

Buildapp makes it easy to build application executables with SBCL
http://www.xach.com/lisp/buildapp/
122 stars 26 forks source link

Fix buildapp to work with ASDF 2.27 as well as 2.26 and earlier. #8

Closed fare closed 11 years ago

fare commented 11 years ago

TRAVERSE was a private function in ASDF 2.26 and older. 2.27 makes it public, but after a change in signature. It now takes &key arguments.

Here's a patch to buildapp.

xach commented 11 years ago

Unlikely. This is pretty gross. I'll look at doing it another way.

fare commented 11 years ago

I didn't understand exactly what you were doing and why that was supposed to work, so I did a quick and dirty fix.

fare commented 11 years ago

If you explain me what you are trying to do, I could help you do it in a supported way (if any).

xach commented 11 years ago

The affected code has been deleted from buildapp.