ruricolist / spinneret

Common Lisp HTML5 generator
MIT License
369 stars 26 forks source link

Does not build in latest SBCL - symbol issue #19

Closed quicklisp closed 7 years ago

quicklisp commented 7 years ago

I get a lot of these:

; caught ERROR:
;   during macroexpansion of (DEFINE-TAG :A). Use *BREAK-ON-SIGNALS* to intercept.
;    The value "<a" is not of type (SIMPLE-ARRAY CHARACTER (*)) from the function type declaration.

It's due to how sbcl 1.3.19 treats symbol-name strings.

ruricolist commented 7 years ago

This should be fixed now.