Ian Joyce <[EMAIL PROTECTED]> wrote: > 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.
Yep. If something goes wrong it calls internal_exception. That'll be a catchable real_exception eventually. > --Ian leo