On Mon Jun 09 16:49:46 2008, [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 called
> > C<exit>. that's bad, ya dig?
> 
> 
> For reference, I am attaching a list of files which, as of the date of
> this post, contain the string 'internal_exception'.
> 
> kid51

internal_exception is no more, it's now called "exit_fatal". Here is a list of 
files/counts in the 
repository as of today that use this (as opposed to test, define or document it)

lib/Parrot/Pmc2c/PCCMETHOD.pm
src/events.c
src/jit/alpha/jit_emit.h
src/jit/hppa/jit_emit.h
src/jit/ia64/jit_emit.h
src/jit/mips/jit_emit.h
src/jit/ppc/jit_emit.h
src/jit/sun4/jit_emit.h
src/ops/core.ops
src/packfile/pf_items.c
src/thread.c
src/tsq.c

However, without a more clean delineation of which of these need to be 
converted and which 
can stay as is, this ticket is unclosable. Let's plan on closing it out one way 
or 'tother before 
the Sep '08 release.





-- 
Will "Coke" Coleda

Reply via email to