You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to perl6-i...@perl.org
Is there a way to determine if Parrot_load_bytecode fails to load and/or compile an imc file? I am assuming no because Parrot_load_bytecode has a type of void.
--Ian
Leopold Toetsch
unread,
Feb 3, 2005, 4:19:34 AM2/3/05
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ian Joyce, perl6-i...@perl.org
Yep. If something goes wrong it calls internal_exception. That'll be a catchable real_exception eventually.