I changed io.ops and pretty much the rest of parrot to always go through 
PIO, which has streams. (or at least "handles").

I left core.ops alone because I didn't know what the intent was.  Are those
ops meant to be superseded by the ones in io.ops?

IMHO, all IO in parrot should go through PIO, so file descriptors should 
not be used at all.

--Josh

At 18:33 on 07/14/2002 CDT, Bryan Logan <[EMAIL PROTECTED]> wrote:

> For file I/O (in core.ops, not io.ops), do we want to use file descriptors =
> or streams?
> open uses fopen(), close uses fclose(), but read uses read(), and write use=
> s write().  And all the comments=20
> say descriptors.
> 
> Any opinions one which way the code should be patched?
> --
> Bryan Logan
> 


Reply via email to