fukamachi/fast-http

Build fails in latest sbcl from git - bad HANDLER-BIND syntax

quicklisp opened this issue · 2 comments

src/parser.lisp has this:

(handler-bind ((match-failed
                 (lambda () (error 'expect-failed))))
  ...)

But handler-bind functions take one argument. The latest SBCL detects this problem and signals a compile-time warning, which breaks the build.

With the SBCL release next week, this will be a big problem for fast-http and the many libraries that depend on it.

Sorry, I didn't see this issue.