#1032: Document and test available HLL Mappings
--------------------+-------------------------------------------------------
 Reporter:  coke    |       Owner:       
     Type:  todo    |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  docs    |     Version:  trunk
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------
Description changed by coke:

Old description:

> See [http://rt.perl.org/rt3/Ticket/Display.html?id=40124 Original RT]
>
> There should be a list somewhere in docs/ showing all the possible
> effects that calling the .hll_map() method on ParrotInterpreter can have
> - list the given core PMC type, and then what changes will occur when
> registering a mapping for that type . (NB: Mappings can also be
> registered for PMCs with the 'maps' declaration.)
>
> For example, mapping ResizablePMCArray overrides the PMC type used for
> :slurpy parameter args.
>
> Grep for usages of Parrot_get_ctx_HLL_type in the source to get the
> current listing.

New description:

 See [http://rt.perl.org/rt3/Ticket/Display.html?id=40124 Original RT]

 There should be a list somewhere in docs/ showing all the possible effects
 that calling the .hll_map() method on ParrotInterpreter can have  - list
 the given core PMC type, and then what changes will occur when registering
 a mapping for that type . (NB: Mappings can also be registered for PMCs
 with the 'maps' declaration.)

 For example, mapping ResizablePMCArray overrides the PMC type used for
 :slurpy parameter args.

 Grep for usages of Parrot_get_ctx_HLL_type in the source to get the
 current listing.

 All usages need to have tests as well.

--

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