On Wed, Jun 04, 2008 at 10:58:20AM +0300, Marko Tapio Manninen wrote:
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.
that might be related to babel, please try to run babel's test suite
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.
there's an example here: http://common-lisp.net/~sionescu/misc/echo-server.lisp