[perl #40010] [TODO] Add a mutex to eval_nr in compilers/imcc/parser_util.c

2006-07-29 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #40010] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40010 As of r13628, compilers/imcc/parser_util.c has a static global eval_nr that

Re: PGE/TGE and the future.

2006-07-29 Thread Allison Randal
Kevin Tew wrote: I'm seeking information regarding TGE's design goals, aspirations, future plans, etc. I see that Perl6 implements its own version of PAST and POST nodes. Is it possible to share basic PAST and POST nodes and extend them for particular HLL needs? I know that different HLLs

Re: [perl #39988] [BUG] Exceptions + Vtable Methods

2006-07-29 Thread Bob Rogers
From: Leopold Toetsch [EMAIL PROTECTED] Date: Thu, 27 Jul 2006 20:50:18 +0200 Am Donnerstag, 27. Juli 2006 19:44 schrieb Matt Diephouse: Running this gives:    caught    No exception to pop. PIR code running on behalf of a vtable (or MMD) function is implemented by

Re: [perl #39988] [BUG] Exceptions + Vtable Methods

2006-07-29 Thread chromatic
On Saturday 29 July 2006 19:50, Bob Rogers wrote: +local $TODO = 'runloop shenanigans'; +# stringification is handled by a vtable method, which runs in a second +# runloop. when an error in the method tries to go to a Error_Handler defined +# outside it, it winds up going to the inner