#1639: StringHandle should be updated to use StringBuilder internally.
--------------------+-------------------------------------------------------
 Reporter:  bacek   |       Owner:  kthakore
     Type:  todo    |      Status:  assigned
 Priority:  normal  |   Milestone:          
Component:  core    |     Version:  trunk   
 Severity:  low     |    Keywords:  newbie  
     Lang:          |       Patch:          
 Platform:          |  
--------------------+-------------------------------------------------------

Comment(by kthakore):

 Memory issues have been fixed. One last issue remains.

 Using utf8 encoding on opened StringHandle returns a 'fixed_8'
 encodingname instead of utf8.

 Moreover it seems do open() doesn't call StringHandle's open method but
 Perl_io_open. Which has a special case the just sets the flags and returns
 the pmc.


 The patch has been updated at

 http://sdlperl.ath.cx/parrot_string_patch

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1639#comment:8>
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