[Ecls-list] Unknown type C::CHARACTER-DESIGNATOR
Gabriel Dos Reis
gdr at cs.tamu.edu
Mon May 17 21:20:47 UTC 2010
Hi Juanjo,
I just updated my local tree of ECL HEAD to see the effects of ECL on
OpenAxiom after the recent wave of commits. It still does not build.
I know you're working on better type inference, so I thought I should
pass along this: If you compile (with COMPILE-FILE) the function
following function
(defun CHAR2NUM (c) (char-code (character c)))
you would get the note
;;; at (DEFUN CHAR2NUM ...)
;;; Unknown type C::CHARACTER-DESIGNATOR. Assuming it is T.
is that to be expected?
-- Gaby
More information about the ecl-devel
mailing list