mmontone / cl-forms

Web forms handling library for Common lisp
http://mmontone.github.io/cl-forms
MIT License
43 stars 5 forks source link

Some systems failed to build for Quicklisp dist #4

Closed quicklisp closed 3 years ago

quicklisp commented 3 years ago

Building with SBCL 2.1.7.62-417920f09 / ASDF 3.3.5 for quicklisp dist creation.

Trying to build commit id d7a116f8600d1ddb5a3753e4804c4a4228b9bd04

cl-forms.demo fails to build with the following error:

; caught ERROR:
;   during macroexpansion of (CHECK-TYPE #:FORM0 (QUOTE FORM)). Use *BREAK-ON-SIGNALS* to intercept.
;    Quoted type specifier in CHECK-TYPE: (QUOTE FORM)
;   See also:
;     The ANSI Standard, Macro CHECK-TYPE
...
Unhandled UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001BF0103}>: COMPILE-FILE-ERROR while compiling #<CL-SOURCE-FILE "cl-forms.demo" "test" "demo-tests" "models">

Full log here

mmontone commented 3 years ago

Sorry about that. Thanks for the report! Fix pushed.