#2040: load_ bytecode with a unicode string fails
----------------------+-----------------------------------------------------
 Reporter:  jonathan  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  core      |     Version:  3.1.0
 Severity:  high      |    Keywords:       
     Lang:            |       Patch:       
 Platform:  win32     |  
----------------------+-----------------------------------------------------
 If you pass in a unicode string to load_bytecode, it calls
 parrot_split_path_ext with that string, which in turn tries to use rindex,
 which ends up in src/string/encoding/shared.c's encoding_rindex...which is
 not implemented. Not so good.

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