#455: [TODO] Change name of 'Parrot_add_library_path' to
'Parrot_pf_add_library_path_from_cstring'
---------------------+------------------------------------------------------
 Reporter:  allison  |       Owner:     
     Type:  todo     |      Status:  new
 Priority:  normal   |   Milestone:  1.4
Component:  none     |     Version:     
 Severity:  medium   |    Keywords:     
     Lang:           |       Patch:     
 Platform:           |  
---------------------+------------------------------------------------------
 The function 'Parrot_add_library_path' in src/library.c will be renamed to
 'Parrot_lib_add_path_from_cstring'. A new function 'Parrot_lib_add_path'
 will be added that accepts a Parrot STRING.

 The C string version will simply convert the C string to a Parrot STRING
 and call 'Parrot_lib_add_path'. (Currently, the first thing the C string
 version does is convert the C string to a Parrot STRING. It's a waste to
 have opcodes converting STRINGs to C strings, only to be immediately
 converted back to STRINGS.)

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/455>
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