#780: [RFC] deprecated parrot_new_pointer_hash and parrot_new_cstring_hash
--------------------+-------------------------------------------------------
 Reporter:  bacek   |       Owner:       
     Type:  RFC     |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  none    |     Version:  1.3.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------

Comment(by allison):

 Parrot's Hash PMC is really just a thin wrapper around Hash * (that is to
 say, they're the same thing).

 Both functions are used internally, one to create a storage location for
 thread data, and the other to create a storage location for the
 interpreter's string encoding data.

 So, agreed in general principle, but deprecation is a large task. Rate
 this RFC as "long-term possible".

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