[armedbear-devel] BUG: problem with THE type checks in compiler
eric.marsden at free.fr
eric.marsden at free.fr
Tue Aug 25 07:59:56 UTC 2009
Hi,
There is a problem in the recent improvements to the way the compiler handles THE type checking. File-compiling the code below leads to an error "The value 6 is not of type FOO".
(defconstant +foo-OK+ (the (integer 0 10) 5))
(deftype foo () '(integer 0 10))
(defmacro assemble-foo (x) `(the foo ,x))
(defconstant +foo+ (assemble-foo 6))
Eric
More information about the armedbear-devel
mailing list