Re: Please become ID verified.

2004-05-24 Thread Uri Guttman
is there a paypal PMC in the plans? will it be multi-accounted? will it have built in auth support? what about rounding errors? uri -- Uri Guttman -- [EMAIL PROTECTED] http://www.stemsystems.com --Perl Consulting, Stem Development, Systems Architecture, Design and Coding- Search

Please become ID verified.

2004-05-24 Thread PayPal Service
http://mail.wizi.us/jump/https://www.paypal.com/row"; >http://images.paypal.com/en_US/i/logo/email_logo.gif"; width=255 height=35 alt="PayPal" border="0"> http://images.paypal.com/images/bg_clk.gif"; width=100%>http://images.paypal.com/imag

Re: First draft, IO & event design

2004-05-24 Thread Uri Guttman
> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes: DS> Events and IO DS> = DS> Parrot has a unified event and IO system--indeed events are nothing DS> but satisfied IO requests. (Or, alternately, IO requests are nothing DS> but solicited events with external data) that

Stat in

2004-05-24 Thread Dan Sugalski
At least to start. Simple interface, only 11 queryable items, and only integer queries so far. (Two of which unconditionally return -1 anyway) But... at least you can go look to see if a file exists. :) We can add more to this as we go, but this should be enough to get Jens going. --

[perl #29837] Register spilling needs a last-gasp give-up scheme

2004-05-24 Thread via RT
# New Ticket Created by Dan Sugalski # Please include the string: [perl #29837] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=29837 > It's possible to get the register allocator in what is essentially an infinite loop,

Re: Next release of Test::More? (problems with MakeMaker PREREQ_PM etc)

2004-05-24 Thread David Wheeler
On May 24, 2004, at 4:02 AM, Tim Bunce wrote: Any idea when the next release of Test::More will be available? We could use a new version of Test::Harness, too, given this bug: https://rt.cpan.org/NoAuth/Bug.html?id=5649 It bit me again yesterday. I first noticed it with DBI. Regards, David

[perl #29836] [PATCH] No need to skip some tests on Cygwin

2004-05-24 Thread via RT
# New Ticket Created by Joshua Gatcomb # Please include the string: [perl #29836] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=29836 > extend 12 previously hung on Cygwin: If configured with --intval=long and --opcode

Re: What happened to

2004-05-24 Thread Sebastian Riedel
Dan Sugalski wrote: At 11:55 AM -0700 5/24/04, Joshua Gatcomb wrote: The FAQ at http://www.parrotcode.org That's a good question, and one worth poking around at. Volunteers? (Those things are autogenerated from files in the repository, so it's likely something broke there) Yes, it's a wrong url

Re: What happened to

2004-05-24 Thread Dan Sugalski
At 11:55 AM -0700 5/24/04, Joshua Gatcomb wrote: The FAQ at http://www.parrotcode.org That's a good question, and one worth poking around at. Volunteers? (Those things are autogenerated from files in the repository, so it's likely something broke there) Also - is there any reason why some messag

Re: PARROT_API, compiler and linker flags (was TODO: Linker magic step for configure)

2004-05-24 Thread Dan Sugalski
At 8:55 PM -0700 5/23/04, Steve Fink wrote: On May-15, Jeff Clites wrote: When linking against ("using") a static library version of ICU, we need a C++-aware linker (because ICU contains C++ code); with a dynamic-library version of ICU presumably we wouldn't. I don't know if this applies here, b

Re: notnull op?

2004-05-24 Thread Dan Sugalski
At 11:50 PM +0200 5/20/04, Jens Rieks wrote: On Thursday 20 May 2004 17:40, Dan Sugalski wrote: $I0 = 1 if $P0, done $I0 = 0 done: I see a similar problem with the isnull op: getattribute $P0, ... isnull $P0, INIT branch DONE INIT: $P0 = new .Foo

Multiple Dispatch Reasoning

2004-05-24 Thread Matt Fowles
Dan~ You recently decided to switch from a reasonably large number of opcode variants to a multiple dispatch system. As a lurker, it kind of took me by surprise because it seemed like a relatively large about face from you. I was wondering if you could explain the motivations behind this deci

JIT problem on Cygwin revisited

2004-05-24 Thread Joshua Gatcomb
I have reduced the JIT failing tests down to the following test case: set N0, 1 set N1, 1 cosh N3, 1 print N3 end $ parrot foo.pasm 1.543081 $ parrot -j foo.pasm 44942328 $ parrot -t foo.pasm 0 set N0, 1- N0=0.00, 3 set N1, 1- N1=0.00, 6 cosh N3, 1 - N3=0.

Re: Next release of Test::More? (problems with MakeMaker PREREQ_PM etc)

2004-05-24 Thread Tim Bunce
On Mon, May 24, 2004 at 07:50:40AM -0700, David Wheeler wrote: > On May 24, 2004, at 4:02 AM, Tim Bunce wrote: > > >Any idea when the next release of Test::More will be available? > > We could use a new version of Test::Harness, too, given this bug: > > https://rt.cpan.org/NoAuth/Bug.html?id=5

Re: Multiple Dispatch Reasoning

2004-05-24 Thread Dan Sugalski
At 2:33 PM -0400 5/24/04, Dan Sugalski wrote: At 2:28 PM -0400 5/24/04, Matt Fowles wrote: Dan~ You recently decided to switch from a reasonably large number of opcode variants to a multiple dispatch system. As a lurker, it kind of took me by surprise because it seemed like a relatively large a

Re: Multiple Dispatch Reasoning

2004-05-24 Thread Dan Sugalski
At 2:28 PM -0400 5/24/04, Matt Fowles wrote: Dan~ You recently decided to switch from a reasonably large number of opcode variants to a multiple dispatch system. As a lurker, it kind of took me by surprise because it seemed like a relatively large about face from you. I was wondering if you co

What happened to

2004-05-24 Thread Joshua Gatcomb
The FAQ at http://www.parrotcode.org Also - is there any reason why some messages I send to the list don't make it? I am not sure who does maintenance on the list but the message I sent today in regards to JIT on Cygwin did not make it. Hopefully this one gets through Cheers Joshua Gatcomb a.k.

Stat

2004-05-24 Thread Dan Sugalski
At 1:33 PM +0200 5/21/04, Jens Rieks wrote: PS: we need the stat op! I'll go do this. The API I outlined earlier is what I'll use, with all the modifications and deletions folks suggested. -- Dan --"it's like this"---

[CVS ci] io_layers 6 (was: [CVS ci] IO stuff)

2004-05-24 Thread Leopold Toetsch
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Proposal: > - create a new string layer that does this {en,de}coding > - change the prototypes of PIO_Read to return a STRING* > - change the prototypes of PIO_Write to get a STRING* > - layer push and pop functions for ParrotIO Done that now for the o

First draft, IO & event design

2004-05-24 Thread Dan Sugalski
Since events and IO are really linked, and really (kinda, sorta) the same thing, it seems silly to have two separate documents that spend half their time referring to the other, and duplicating a lot of stuff between them. (I've a hard enough time keeping things straight within a single documen

Re: Questions about Embedding Parrot / mod_parrot

2004-05-24 Thread chromatic
On Mon, 2004-05-24 at 03:43, Leopold Toetsch wrote: > Yep. The main problem is that by far not all internal code paths are > using exceptions so that you could interfer the exit handling. This > needs of course being fixed somewhen. Is this as simple and tedious as replacing all Parrot_exit() cal

Re: [perl #29771] [PATCH] update to "foldup" docs.

2004-05-24 Thread Dan Sugalski
At 4:29 PM -0700 5/20/04, Will Coleda (via RT) wrote: The following inline patch removes what I think is currently a spurious warning in the docs. It adds another warning to stress the PMC-only nature of the op. Applied, thanks. -- Dan -

Re: bytecode library

2004-05-24 Thread Dan Sugalski
At 1:33 PM +0200 5/21/04, Jens Rieks wrote: The problem is how to actually load (byte)code without the help of these functions. Thats why I've added Parrot_load_bytecode_direct. The "not direct" version can use parrotlib code to locate the specified file by iterating through a list of "directories"

Re: Questions about Embedding Parrot / mod_parrot

2004-05-24 Thread Leopold Toetsch
Paul Querna <[EMAIL PROTECTED]> wrote: > I have started work on building a new Apache 2.0 Module to run Parrot. > 1) Parrot_exit() - This is used in many places after an error occurs. > This function calls any exit callbacks previously entered, and then > calls exit(). This is horrible from

Re: PerlHash using PMCs for keys?

2004-05-24 Thread Leopold Toetsch
Togos <[EMAIL PROTECTED]> wrote: > Should aggregate PMCs (like PerlHash) be able to take > PMCs as keys? I mean so that: > $P0 = $P1[$P2] Just use a Key PMC for $P2. $P2 = new Key $P2 = "key_string" ... leo

Next release of Test::More? (problems with MakeMaker PREREQ_PM etc)

2004-05-24 Thread Tim Bunce
Any idea when the next release of Test::More will be available? The last development release was Test-Simple-0.48_01 November 2002 That one uses a string for $VERSION which contains an underscore so for people with it installed "perl Makefile.PL" for the DBI says: > Argument "0.48_01" isn't num

[perl #29828] failures in t/pmc/nci.t on amd64

2004-05-24 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #29828] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=29828 > -- t/pmc/nci...NOK 16# Failed test (t/pmc/nci.t at line 413) #