Some fixes from Arthur Lemmens <lemmens@simplex.nl>:
MAKE-SEQUENCE was being called with things like (BIT-VECTOR BIT) and (STRING STRING-CHAR). Change DECODE-SEQ-TYPE to convert BIT-VECTOR's and STRING's to the the underlying array types. Also change STRING-CHAR to CHARACTER. This change necessitates adding a BIT-VECTOR case in AUX-INIT. (This is probably only need by CMUCL where CANONICAL-TYPE actually does something.)
Loading
Please sign in to comment