fukamachi / caveman

Lightweight web application framework for Common Lisp.
http://8arrow.org/caveman/
782 stars 63 forks source link

Can't build today - missing symbol from clack? #33

Closed quicklisp closed 10 years ago

quicklisp commented 10 years ago

http://report.quicklisp.org/caveman/2014-08-22/failtail.txt has the log. I get this:

 no symbol named "URL-ENCODE" in "CLACK.UTIL.HUNCHENTOOT"                      
fukamachi commented 10 years ago

Sorry, clack.util.hunchentoot:url-encode doesn't exist anymore. I've fixed it to use do-urlencode:urlencode instead.