#891: [TODO] allow spaces in nci function signatures
----------------------+-----------------------------------------------------
 Reporter:  particle  |       Owner:       
     Type:  todo      |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  core      |     Version:  1.4.0
 Severity:  low       |    Keywords:       
     Lang:            |       Patch:       
 Platform:            |  
----------------------+-----------------------------------------------------
 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.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/891>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to