[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. # 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 keeps tr

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 sh

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

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 runl

[PATCH] Add a String IO Layer.

2006-07-29 Thread chromatic
Here's a patch (for discussion, but I'll apply it if there are no objections) to add a stringy IO layer and to fix a few typos. This or a similar feature is (eventually) necessary for HLLs that don't necessarily quite always want to let their output escape into the world, instead preferring to