[perl #40392] [CAGE] convert C to C

2008-06-09 Thread James Keenan via RT
On Thu Sep 21 14:38:40 2006, particle wrote: > parrot's source is littered with internal_exception() calls, the bulk > (all?) of which should be converted to real_exception() calls. > internal exceptions are uncatchable, and might as well be called > C. that's bad, ya dig? For reference, I am att

[perl #40392] [CAGE] convert C to C

2007-10-20 Thread Paul Cochrane via RT
The only files which still have this issue outstanding are[1]: src/jit/ppc/jit_emit.h src/jit/alpha/jit_emit.h src/jit/hppa/jit_emit.h src/jit/mips/jit_emit.h src/jit/sun4/jit_emit.h Attached are patches for these files as I am unable to test on these platforms (diff-ed agains r22293).

[perl #40392] [CAGE] convert C to C

2007-07-13 Thread Paul Cochrane via RT
On Tue Jun 26 02:36:59 2007, ptc wrote: > On Thu Sep 21 14:38:40 2006, particle wrote: > > parrot's source is littered with internal_exception() calls, the bulk > > (all?) of which should be converted to real_exception() calls. > > internal exceptions are uncatchable, and might as well be called >

Re: [perl #40392] [CAGE] convert C to C

2007-06-26 Thread jerry gay
On 6/26/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: On Tue Jun 26 13:35:51 2007, ptc wrote: > On Tue Jun 26 06:36:50 2007, particle wrote: > > On 6/26/07, Paul Cochrane via RT at > parrotcode.org> wrote: > > > On Thu Sep 21 14:38:40 2006, particle wrote: > > > > parrot's source is litter

[perl #40392] [CAGE] convert C to C

2007-06-26 Thread Paul Cochrane via RT
On Tue Jun 26 13:35:51 2007, ptc wrote: > On Tue Jun 26 06:36:50 2007, particle wrote: > > On 6/26/07, Paul Cochrane via RT at > parrotcode.org> wrote: > > > On Thu Sep 21 14:38:40 2006, particle wrote: > > > > parrot's source is littered with internal_exception() calls, the > bulk > > > > (all

Re: [perl #40392] [CAGE] convert C to C

2007-06-26 Thread jerry gay
On 6/26/07, Paul Cochrane via RT <[EMAIL PROTECTED]> wrote: On Thu Sep 21 14:38:40 2006, particle wrote: > parrot's source is littered with internal_exception() calls, the bulk > (all?) of which should be converted to real_exception() calls. > internal exceptions are uncatchable, and might as wel

[perl #40392] [CAGE] convert C to C

2007-06-26 Thread Paul Cochrane via RT
On Thu Sep 21 14:38:40 2006, particle wrote: > parrot's source is littered with internal_exception() calls, the bulk > (all?) of which should be converted to real_exception() calls. > internal exceptions are uncatchable, and might as well be called > C. that's bad, ya dig? > > there are plenty of

[perl #40392] [CAGE] convert C to C

2006-09-23 Thread Bob Rogers
From: Jerry Gay (via RT) <[EMAIL PROTECTED]> Date: Thu, 21 Sep 2006 14:38:40 -0700 # New Ticket Created by Jerry Gay # Please include the string: [perl #40392] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id

[perl #40392] [CAGE] convert C to C

2006-09-21 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #40392] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40392 > parrot's source is littered with internal_exception() calls, the bulk (all?) of which shoul