[iolib-devel] remote-host on a closed socket.
14 Aug
2010
14 Aug
'10
2:47 a.m.
When calling remote-host on a closed socket, we get an unrelated type error (on ECL, about NIL not being a FIXNUM). By analogy to CL:CLOSE, I think it would be better if it returned the remote-host of the last connection, or either return NIL or a specific condition (which would be guaranted to be the same on all implementations). (let ((s (open "/etc/passwd"))) (close s) (pathname s)) --> #P"/etc/passwd" -- __Pascal Bourguignon__ http://www.informatimago.com/
5289
Age (days ago)
5289
Last active (days ago)
0 comments
1 participants
participants (1)
-
pjb@informatimago.com