#1145: [TODO] Deprecated extend/embed API functions for calling subs/methods
---------------------+------------------------------------------------------
Reporter: allison | Owner:
Type: todo | Status: new
Priority: normal | Milestone:
Component: none | Version: 1.6.0
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
---------------------+------------------------------------------------------
The following functions (part of the public API) are deprecated and will
be removed after 2.0.
{{{
src/extend.c:
Parrot_call_sub
Parrot_call_sub_ret_int
Parrot_call_sub_ret_float
Parrot_call_method
Parrot_call_method_ret_int
Parrot_call_method_ret_float
}}}
They have been replaced by Parrot_ext_call (which has a similar interface,
but uses new-style signature strings with returns at the end separated by
an arrow "->P" instead of old-style signature strings with the return as
the first character).
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1145>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets