[asdf-devel] Ready to release?

Dave Cooper david.cooper at genworks.com
Thu Oct 17 20:06:44 UTC 2013


To be clear, on alisp8, we have:


GDL-USER> (uiop:featurep :ics)
NIL
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


... and on alisp, we have:


GDL-USER> (uiop:featurep :ics)
T
GDL-USER> (typep (code-char (1- char-code-limit)) (quote base-char))
T
GDL-USER> (typep (code-char (1- char-code-limit)) (quote character))
T
GDL-USER> (subtypep 'character 'base-char)
T
T



On Thu, Oct 17, 2013 at 4:00 PM, Dave Cooper <david.cooper at genworks.com>wrote:

>
> 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
>
>
>
>


-- 
My Best,

Dave Cooper, Genworks Support
david.cooper at genworks.com, dave.genworks.com(skype)
USA: 248-327-3253(o), 1-248-330-2979(mobile)
UK: 0191 645 1699
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/asdf-devel/attachments/20131017/30ca1b67/attachment.html>


More information about the asdf-devel mailing list