When i run asdf:test-op for iolib, i got several tests failed, but they share common things:
;; Test "unicode_demo_utf-8_cr.txt" UTF-8 CR [INPUT] --> UTF-8 CRLF [OUTPUT]. ;; Test "unicode_demo_utf-8_cr.txt" UTF-8 CR [INPUT] --> UTF-8 CR [OUTPUT].
so every test where there is UTF-8 CRLF [OUTPUT] or UTF-8 CR [OUTPUT] fails.
Im using openmcl 64bit on macbook.
Id also like to see tutorial for making simple socket server and client for sending messages and triggering events with iolib. If someone could direct, id appreciate that.
-Marko
On Wed, Jun 04, 2008 at 10:58:20AM +0300, Marko Tapio Manninen wrote:
that might be related to babel, please try to run babel's test suite
there's an example here: http://common-lisp.net/~sionescu/misc/echo-server.lisp
Babel test suite gives this:
Unknown character name - "udcf0" . [Condition of type SIMPLE-ERROR]
From sources there is two places where it is used:
(deftest utf-8b.1 (string-to-octets (coerce #(#\a #\b #\udcf0) 'unicode-string) :encoding :utf-8b)
My OS is 10.5.3
Stelian Ionescu kirjoitti 4.6.2008 kello 11.19:
Thanks. There was also a slight problem when run-server:
Unknown keyword argument :FAMILY in (:FAMILY :INTERNET :LOCAL-HOST @127.0.0.1 :LOCAL-PORT ECHO-SERVER::PORT :BACKLOG 5 :REUSE-ADDRESS T). .. [Condition of type CCL::SIMPLE-PROGRAM-ERROR]