#1809: Remaining string_* functions are deprecated
-------------------------+--------------------------------------------------
 Reporter:  nwellnhof    |       Owner:  nwellnhof
     Type:  deprecation  |      Status:  new      
 Priority:  normal       |   Milestone:  2.10     
Component:  core         |     Version:  2.8.0    
 Severity:  medium       |    Keywords:           
     Lang:               |       Patch:           
 Platform:               |  
-------------------------+--------------------------------------------------
 The string_* functions have been deprecated for a while. The remaining
 functions are:

 {{{
 string_make
 string_ord
 string_chr
 string_to_cstring_nullable
 string_max_bytes
 string_increment
 }}}

 string_make should be replaced with Parrot_str_new_init. You can use
 Parrot_find_encoding to get an encoding from a cstring.

 Replace string_ord with Parrot_str_indexed.

 Replace string_chr with Parrot_str_chr.

 Replace string_to_cstring_nullable with Parrot_str_to_cstring.

 string_max_bytes and string_increment will be removed.

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