melisgl / named-readtables

The official repo of named-readtables.
Other
66 stars 15 forks source link

Is CMUCL supported? #9

Closed binghe closed 4 years ago

binghe commented 7 years ago

Hi there,

Is CMUCL supported for named-readtables? Currently I can't compile named-readtables in CMUCL (21a), the problematic definition is this one:

(define-api make-readtable (&optional (name nil name-supplied-p) &key merge) (&optional named-readtable-designator &key (:merge list) => readtable) . .. )

If I load this form manually, then I got the following compiler errors:

Error in function LISP::ASSERT-ERROR: The assertion (OR (NULL OPTS) (EQ (POP TYPE-LIST) '&OPTIONAL)) failed. [Condition of type SIMPLE-ERROR]

Regards,

Chun Tian (binghe)

cbaggers commented 7 years ago

Just adding a bump to this issue. Would like to know the same

melisgl commented 4 years ago

Merged the above fix, but the tests are still broken. I guess, the answer is not.

rtoy commented 3 years ago

Actually, see #22. Cmucl is supported.

binghe commented 3 years ago

Actually, see #22. Cmucl is supported.

Good to know, thanks.