dynoplibs in core or no?

NotFound julian.notfound at gmail.com
Tue Jun 1 21:50:10 UTC 2010


> The printerr opcode disappearing would be fine if the getstderr opcode
> hadn't disappeared. What we need is a good, reliable way to get
> FileHandle PMCs for STDIN, STDOUT, and STDERR. Once we have a handle,
> the print_p_s opcode works just fine for almost all purposes. There is
> an stdhandle method on the interpreter PMC, but that one is listed as
> experimental and apparently it isn't well-liked.

A possible way is a method, or several, in the FileHandle PMC, if fits
better here than in the interpreter PMC. A method 'openstdhandle', or
individual mehtods 'openstdin', 'openstdout' and 'openstderr'.

-- 
Salu2


More information about the parrot-dev mailing list