[perl #40392] [CAGE] convert Cinternal_exception to Creal_exception

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 Cexit. that's bad, ya dig? For reference, I am

[perl #40392] [CAGE] convert Cinternal_exception to Creal_exception

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

[perl #40392] [CAGE] convert Cinternal_exception to Creal_exception

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

[perl #40392] [CAGE] convert Cinternal_exception to Creal_exception

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 Cexit. that's bad, ya dig? there are plenty of

Re: [perl #40392] [CAGE] convert Cinternal_exception to Creal_exception

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 well be

[perl #40392] [CAGE] convert Cinternal_exception to Creal_exception

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 parrotbug-followup !-- x -- at parrotcode.org wrote: On Thu Sep 21 14:38:40 2006, particle wrote: parrot's source is littered with internal_exception() calls, the

Re: [perl #40392] [CAGE] convert Cinternal_exception to Creal_exception

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 parrotbug-followup !-- x -- at parrotcode.org wrote: On Thu Sep 21 14:38:40 2006, particle wrote: parrot's

[perl #40392] [CAGE] convert Cinternal_exception to Creal_exception

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. # URL:

[perl #40392] [CAGE] convert Cinternal_exception to Creal_exception

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. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40392 parrot's source is littered with internal_exception() calls, the bulk (all?) of which