Ticket #891 (closed todo: fixed)
[TODO] allow spaces in nci function signatures
Reported by: | particle | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 1.4.0 |
Severity: | low | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
currently, nci function signatures require all symbols to be contiguous. for example, a call like
result = Parrot_call_sub_ret_int(interp, sub, "II", 5);
does not allow the symbols "II" to be separated by whitespace. whitespace allows increased clarity, for example splitting the return value from the parameters.
successful implementation of this feature includes updates to PDD16, and a patch to the NCI subsystem.
Change History
Note: See
TracTickets for help on using
tickets.