Re: second draft of I/O PDD

2006-03-18 Thread Leopold Toetsch
On Mar 18, 2006, at 5:05, Allison Randal wrote: Comments and questions welcome as usual. +=head3 Hybrid solution + +Another option is to return a status object from each I/O operation. I'm in favour of such a solution. There are several reasons: - int status codes can't provide all th

Re: early draft of I/O PDD

2006-03-18 Thread Nicholas Clark
On Fri, Mar 17, 2006 at 06:40:32PM -0800, Allison Randal wrote: > On Mar 6, 2006, at 4:06, Nicholas Clark wrote: > > >On Fri, Mar 03, 2006 at 11:27:05AM -0800, Allison Randal wrote: > > > > =head2 Network I/O Opcodes > > > > > >Functionality wise, the following are missing: > > > > shutdown > >

[perl #38756] [TODO] remove enum_class_max ...

2006-03-18 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #38756] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38756 > enum_class_max and Parrot_base_vtables are no longer global, these are per interpre

[perl #38757] [BUG] Complex.exp - gcc issues?

2006-03-18 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #38757] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38757 > With gcc (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux) I get: Failed Test Stat

[svn:parrot-pdd] r11923 - in trunk: . docs/pdds/clip

2006-03-18 Thread allison
Author: allison Date: Fri Mar 17 19:59:05 2006 New Revision: 11923 Modified: trunk/docs/pdds/clip/pddXX_io.pod Changes in other areas also in this revision: Modified: trunk/ (props changed) Log: Cleanup, expand, and integrate the last few comments. Modified: trunk/docs/pdds/clip/pddXX_i

[svn:parrot-pdd] r11931 - in trunk: docs/pdds examples/benchmarks t/benchmark t/pmc

2006-03-18 Thread bernhard
Author: bernhard Date: Sat Mar 18 14:30:14 2006 New Revision: 11931 Modified: trunk/docs/pdds/pdd20_lexical_vars.pod Changes in other areas also in this revision: Modified: trunk/examples/benchmarks/arriter.pir trunk/examples/benchmarks/arriter.pl trunk/t/benchmark/benchmarks.t tru

Re: [perl #38757] [BUG] Complex.exp - gcc issues?

2006-03-18 Thread Joshua Isom
I think it's gcc 3.3.5 and x86 specific. I'm not positive about the .5 though. I've been building on darwin ppc with 3.3 and it's fine, and it fails on openbsd too. But it's also successful on gcc 4.1. I've addressed it with using sprintf, since 1.22461e-16 is close enough to 0.00 f

Re: second draft of I/O PDD

2006-03-18 Thread Allison Randal
On Mar 18, 2006, at 4:18, Leopold Toetsch wrote: On Mar 18, 2006, at 5:05, Allison Randal wrote: +=head3 Hybrid solution + +Another option is to return a status object from each I/O operation. I'm in favour of such a solution. Also my favorite. +The disadvantage is that a status o