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@genworks.com> wrote:

On Thu, Oct 17, 2013 at 3:27 PM, Faré <fahree@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@genworks.com, dave.genworks.com(skype)
USA: 248-327-3253(o), 1-248-330-2979(mobile)
UK: 0191 645 1699