[asdf-devel] Ready to release?

Dave Cooper david.cooper at genworks.com
Thu Oct 17 20:00:45 UTC 2013


On Thu, Oct 17, 2013 at 3:27 PM, Faré <fahree at gmail.com> wrote:

>
> Is it saying that
> (typep (code-char (1- char-code-limit)) (quote base-char))   ;==> NIL
> yet
> (typep (code-char (1- char-code-limit)) (quote character))   ;==> T
> and
> (subtypep 'character 'base-char) ;==> T T
> ?
>



GDL-USER> (typep (code-char (1- char-code-limit)) (quote base-char))
NIL
GDL-USER> (typep (code-char (1- char-code-limit)) (quote character))
NIL
GDL-USER> (subtypep 'character 'base-char)
T
T



By the way, I am not able to reproduce the test-encodings.script failure on
alisp8.exe and mlisp8.exe - I ran them several more times and they are
passing now.



-- 
My Best,

Dave Cooper, Genworks Support
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20131017/2889b296/attachment.html>


More information about the asdf-devel mailing list