[perl #45907] [TODO] Get rid of internal_exceptions ??

2008-05-10 Thread Allison Randal via RT
There will always be a few situations where it's not possible to throw a real exception (because there's no interpreter argument, or it's an error within the exception subsystem, etc.). So, we need to keep one simple fatal error sub around. I replaced 'internal_exception' with 'exit_fatal' in the

[perl #45907] [TODO] Get rid of internal_exceptions ??

2007-10-01 Thread Paul Cochrane via RT
This time I'm going to add some text to the ticket... For the umteenth time... src/exceptions.c has a todo comment in it: * XXX TODO get rid of all the internal_exceptions or call them * with an interpreter arg The fact that we can't completely get rid of internal_exception() has

Re: [perl #45907] [TODO] Get rid of internal_exceptions ??

2007-10-01 Thread jerry gay
On 10/1/07, Paul Cochrane via RT [EMAIL PROTECTED] wrote: src/exceptions.c has a todo comment in it: * XXX TODO get rid of all the internal_exceptions or call them * with an interpreter arg The fact that we can't completely get rid of internal_exception() has already been

Re: [perl #45907] [TODO] Get rid of internal_exceptions ??

2007-10-01 Thread Joshua Isom
On Oct 1, 2007, at 12:45 PM, jerry gay wrote: On 10/1/07, Paul Cochrane via RT [EMAIL PROTECTED] wrote: src/exceptions.c has a todo comment in it: * XXX TODO get rid of all the internal_exceptions or call them * with an interpreter arg The fact that we can't completely get rid of