Exceptions and Concurrency Questions

2008-04-30 Thread chromatic
From the wiki at http://www.perlfoundation.org/parrot/index.cgi?concurrency_tasks : * Deprecate "rethrow". The replacement seems to be that an exception handler declines to handle an exception. This is the default behavior; an exception handler explicitly notifies the scheduler that it has ha

[perl #53592] [PATCH]: config/auto/pcre.pm: touch-ups and tests

2008-04-30 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #53592] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53592 > Hmm, yet another config step class that appeared without an RT ... In any case, here ar

Re: [perl #46629] [TODO] [C] [PATCH] Implement multiplication of integers with complex numbers

2008-04-30 Thread NotFound
On Mon, Oct 22, 2007 at 2:24 PM, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote: > "TODO mul" The attached patch is a simple implementation using mul and adds the operation in the multiply test in complex.t (don't know if it's the correct place). -- Salu2 Index: src/pmc/integer.pmc ===

Re: [perl #53496] Re: [bug] Build failure with G++

2008-04-30 Thread Will Coleda
-- Will "Coke" Coleda On Apr 30, 2008, at 8:53 AM, Mark Glines <[EMAIL PROTECTED]> wrote: On Tue, 29 Apr 2008 23:05:04 -0700 chromatic <[EMAIL PROTECTED]> wrote: On Monday 28 April 2008 23:52:44 Senaka Fernando wrote: Attaching patch No. 2 for C++ Build Issue. I still need to resolve thi

Re: weird perl6/plumhead problem

2008-04-30 Thread Jeff Horwitz
On Tue, 29 Apr 2008, Patrick R. Michaud wrote: On Tue, Apr 29, 2008 at 12:34:47PM -0400, Jeff Horwitz wrote: mod_parrot can load multiple HLL compilers in the same interpreter, and on my server i'm using both perl6 and plumhead. this works fine if i load perl6 before plumhead. however, if i

Re: [perl #53496] Re: [bug] Build failure with G++

2008-04-30 Thread Mark Glines
On Tue, 29 Apr 2008 23:05:04 -0700 chromatic <[EMAIL PROTECTED]> wrote: > On Monday 28 April 2008 23:52:44 Senaka Fernando wrote: > > > Attaching patch No. 2 for C++ Build Issue. > > > > I still need to resolve this bigint.c issue. This is something > > caused by the GMP includes I suspect. > >

[perl #53552] [Patch] for file "config/gen/makefiles/root.in"

2008-04-30 Thread via RT
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #53552] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=53552 > Hello, the command "rpm -ba parrot.spec" doesn't work under linux (Fedora, SuSE).

Re: [perl #52870] [PATCH] README_cygwin.pod update

2008-04-30 Thread chromatic
On Sunday 13 April 2008 22:21:17 Reini Urban wrote: > Attached patch removes fixed issues from the TODO. Thanks, applied as r27250. -- c