Re: [perl #61290] [BIG] can't peek on stdin

2008-12-26 Thread Bob Rogers
From: chromatic Date: Tue, 23 Dec 2008 14:07:53 -0800 On Thursday 11 December 2008 06:14:36 Fran?ois PERRAD wrote: > Since the merge of the branch ppd22io, the mode of the stdin stream has > changed. Currently, it isn't possible to peek on stdin . . . > > The issue was detec

Re: [perl #61290] [BIG] can't peek on stdin

2008-12-26 Thread Bob Rogers
From: Bob Rogers Date: Fri, 26 Dec 2008 17:16:44 -0500 P.S. The list is not getting its copies of these posts because mx.develooper.com is refusing connections. Kudos to the wgz.org mail admins for not discriminating against the little guy. I take that back; it was my configurat

Re: [perl #61290] [BIG] can't peek on stdin

2008-12-26 Thread Bob Rogers
From: chromatic Date: Fri, 26 Dec 2008 12:17:54 -0800 On Wednesday 24 December 2008 15:57:20 Bob Rogers wrote: > Are you sure this works? Have you checked that the resulting string is > correct? See Trac #52. Fixed in r34399 -- calling Parrot_allocate_string() on the fake st

Re: [perl #61290] [BIG] can't peek on stdin

2008-12-26 Thread chromatic
On Wednesday 24 December 2008 15:57:20 Bob Rogers wrote: > Are you sure this works? Have you checked that the resulting string is > correct? See Trac #52. Fixed in r34399 -- calling Parrot_allocate_string() on the fake string constructed for reading broke things. Parrot_reallocate_string() wo

Re: [perl #61290] [BIG] can't peek on stdin

2008-12-23 Thread chromatic
On Thursday 11 December 2008 06:14:36 François PERRAD wrote: > Since the merge of the branch ppd22io, the mode of the stdin stream has > changed. Currently, it isn't possible to peek on stdin. > > $ cat peek.pir > .sub 'main' > $P0 = getstdin > $S0 = peek $S0 > .end > > $

[perl #61290] [BIG] can't peek on stdin

2008-12-11 Thread via RT
# New Ticket Created by François PERRAD # Please include the string: [perl #61290] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=61290 > Since the merge of the branch ppd22io, the mode of the stdin stream has changed. Curr