On Sun Jun 12 06:09:47 2005, coke wrote:
> Neither are p6i archives a good place to keep TODO items. =-)
> 
> Chip said that Leo said:
> >>  A note WRT exception handlers
> >>     Leo posted a quick discussion of the correct use of exception
> handlers
> >>     in Parrot. Essentially, the rule is, your exception handler
> should jump
> >>     back to the point just after the exception handler block:
> >>
> >>             push_eh except_N
> >>               # Code that might fail
> >>             clear_eh
> >>         resume_N:
> >>             ...
> >>         except_N:
> >>             ...
> >>             goto resume_N
> >>
> >>     Easy eh?
> 
> 
> > Yeah, but p6i archives are a poor substitute for documentation.
> > Somebody want to find a good pod to document this, and do so?

Can this ticket closed, having an exceptions PDD no longer in draft status?

http://www.parrotcode.org/docs/pdd/pdd23_exceptions.html

kjs

Reply via email to