Download Firefox: WindowsMac OS X
logo       
Google Custom Search
    AddThis Social Bookmark Button

[ sisc-Bugs-1448191 ] process i/o not genericised: msg#00010

Subject: [ sisc-Bugs-1448191 ] process i/o not genericised
Bugs item #1448191, was opened at 2006-03-12 08:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1448191&group_id=23735

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 7
Submitted By: Matthias Radestock (mradestock)
Assigned to: Nobody/Anonymous (nobody)
Summary: process i/o not genericised

Initial Comment:
It appears that the ports obtained from the 'os' module
are not generic:

SISC (1.13.0-alpha)
#;> (import os)
#;> (define ps (spawn-process "cat" '()))
#;> (map (lambda (x) (port? (x ps)))
     (list get-process-stdin get-process-stdout
get-process-stderr))
(#f #f #f)


I don't understand why the generic-io module contains
code to deal with primitive ports in some functions,
e.g. read and write, but not others, e.g. input-port?,
output-port?.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1448191&group_id=23735


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642


<Prev in Thread] Current Thread [Next in Thread>