logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[perl #36255] [TODO] Exceptional Documentation: msg#00229

Subject: [perl #36255] [TODO] Exceptional Documentation
# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #36255]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=36255 >


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?



<Prev in Thread] Current Thread [Next in Thread>