Paste: assertion failed
Author: | ballzack3 |
Mode: | factor |
Date: | Fri, 27 Feb 2009 03:25:18 |
Plain Text |
USING: kernel threads io io.sockets io.encodings.utf8 prettyprint ;
IN: mudclient
: myconnect ( string int -- ? ) <inet> utf8 <client>
over
[
[
[ print ] each-line
] with-input-stream
] curry "input-thread" spawn
over
.
;
"mud.arctic.org" 2700 myconnect
IN: mudclient
( mudclient ) [ refresh-all ]
Loading resource:work/mudclient/mudclient.factor
Loading resource:basis/io/sockets/sockets.factor
Loading resource:basis/io/sockets/unix/unix.factor
Loading resource:basis/io/sockets/sockets-docs.factor
T{ inet4 { host "192.168.2.4" } { port 57491 } }
:errors - print 1 semantic errors.
:warnings - print 6 semantic warnings.
==== mudclient:
Assertion failed
Expect: { }
Got: {
T{ duplex-stream
{ in
T{ decoder
{ stream T{ input-port { handle T{ fd { fd 14 }...
New Annotation