mmontone / cl-forms

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

cl-forms broken for Quicklisp #13

Closed brown closed 10 months ago

brown commented 10 months ago

SBCL cannot compile system cl-forms.demo because of a bad type declaration. Here's a Quicklisp failure log: http://report.quicklisp.org/2023-11-06/failure-report/cl-forms.html#cl-forms.demo

The following pull request fixes the problem: https://github.com/mmontone/cl-forms/pull/12

mmontone commented 10 months ago

Merged. Thanks!