Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Parrot_load_bytecode

6 views
Skip to first unread message

Ian Joyce

unread,
Feb 3, 2005, 1:52:38 AM2/3/05
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
to Ian Joyce, perl6-i...@perl.org

Yep. If something goes wrong it calls internal_exception. That'll be a
catchable real_exception eventually.

> --Ian

leo

0 new messages