Re: [perl #35413] [PATCH] r8062: convert internal exceptions to real exceptions - array

2005-05-13 Thread Leopold Toetsch
Jerry Gay <[EMAIL PROTECTED]> wrote: > On 5/12/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: >> Just curious: what's the difference between these two: >> >>E_IndexError, >> E_IndexOutOfBoundsError, >> > the difference is very subtle ;) Though so ;-) > ... E_IndexOutOfBou

Re: [perl #35413] [PATCH] r8062: convert internal exceptions to real exceptions - array

2005-05-12 Thread jerry gay
On 5/12/05, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Jerry Gay <[EMAIL PROTECTED]> wrote: > > > i'm converting many of the remaining internal_exception() calls to > > real_exception() (except unimplemented ops, and other valid internal > > exceptions) > > Fine, thanks - applied. > > Just cur

Re: [perl #35413] [PATCH] r8062: convert internal exceptions to real exceptions - array

2005-05-12 Thread Leopold Toetsch
Jerry Gay <[EMAIL PROTECTED]> wrote: > i'm converting many of the remaining internal_exception() calls to > real_exception() (except unimplemented ops, and other valid internal > exceptions) Fine, thanks - applied. Just curious: what's the difference between these two: E_IndexError,

[perl #35413] [PATCH] r8062: convert internal exceptions to real exceptions - array

2005-05-11 Thread via RT
# New Ticket Created by jerry gay # Please include the string: [perl #35413] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=35413 > i'm converting many of the remaining internal_exception() calls to real_exception() (excep