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
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
>
>
# 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
# 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
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
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
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
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