Re: A certain 4 letter word (was Re: Parrot and STDOUT/STDERR)

2003-08-15 Thread Michal Wallace
On Fri, 15 Aug 2003, Leopold Toetsch wrote: > When we have more classes like a Python hierarchy, we will see, how and > how far the functionality does match. If we find some, we can put in an > intermediate ParrotScalar. I was thinking about this earlier today. Once dynamic PMCs are working, Perl

Re: A certain 4 letter word (was Re: Parrot and STDOUT/STDERR)

2003-08-15 Thread Leopold Toetsch
Nicholas Clark <[EMAIL PROTECTED]> wrote: > On Fri, Aug 15, 2003 at 04:22:36PM +0200, Juergen Boemmels wrote: >> No STDERR should not let the init fail, but might set the handle to >> PerlUndef. This is possible since the standard handles are PMCs > > We keep using that 4 letter word. > H

A certain 4 letter word (was Re: Parrot and STDOUT/STDERR)

2003-08-15 Thread Nicholas Clark
On Fri, Aug 15, 2003 at 04:22:36PM +0200, Juergen Boemmels wrote: > No STDERR should not let the init fail, but might set the handle to > PerlUndef. This is possible since the standard handles are PMCs We keep using that 4 letter word. How much s/Perl/Parrot/ig do we need before the entir

Re: Parrot and STDOUT/STDERR

2003-08-15 Thread Juergen Boemmels
Leopold Toetsch <[EMAIL PROTECTED]> writes: > Arthur Bergman <[EMAIL PROTECTED]> wrote: > > Hi Arthur, > > > Hi, > > > If I execute a miniperl (but linked into parrot and with it's own > > parrot interpreter) it works, but if the caller closes(STDERR) before > > invoking miniperl no output is e

Parrot and STDOUT/STDERR

2003-08-14 Thread Arthur Bergman
Hi, In my efforts to embed parrot into perl I stumbled upon something mildly interesting but most likely terribly hard to track down problem. If I execute a miniperl (but linked into parrot and with it's own parrot interpreter) it works, but if the caller closes(STDERR) before invoking miniper

Re: Parrot and STDOUT/STDERR

2003-08-14 Thread Leopold Toetsch
Arthur Bergman <[EMAIL PROTECTED]> wrote: Hi Arthur, > Hi, > If I execute a miniperl (but linked into parrot and with it's own > parrot interpreter) it works, but if the caller closes(STDERR) before > invoking miniperl no output is ever seen on STDOUT. Parrot's IO system is currently reworked h