array type upgrading bug in 0.12.1
John Wiseman <[email protected]> Thu, 18 Jul 2002 01:28:49 -0700
| Newsgroups | gmane.lisp.openmcl.bugs |
|---|---|
| Message-ID | <[email protected]> |
? (upgraded-array-element-type '(signed-byte 16)) (SIGNED-BYTE 8) Also, and it's a little hairy to figure out exactly what code caused it, but it's in CLX's make-char-info function and it might be related to the above, I got an error message that seems suspicious: "Error: value 600 is not of the expected type (SIGNED-BYTE 16)." John Wiseman