#1256: src/pmc/class.pmc: Need a pluggable MRO in instantiate() PMC
---------------------+------------------------------------------------------
Reporter: jkeenan | Owner:
Type: todo | Status: new
Priority: normal | Milestone:
Component: core | Version: 1.7.0
Severity: medium | Keywords:
Lang: | Patch:
Platform: |
---------------------+------------------------------------------------------
This ticket moves into Trac discussion of an issue originally followed in
Trac at [http://rt.perl.org/rt3/Ticket/Display.html?id=46101 RT #46101].
In that ticket, Paul Cochrane called attention to a TODO inline comment:
{{{
* RT #46101 Need pluggable MRO, for now always do C3. */
}}}
whiteknight added this documentation to ''src/pmc/class.pmc'':
{{{
/* calculates the C3 method resolution order for this class. C3 is the
* name of an algorithm used to calculate the method resolution order
* (MRO) to use in a system with multiple inheritance. For more
information
* see the documentation associated with C<Parrot_ComputeMRO_C3>.
*/
}}}
Can someone pick up this ticket? Thank you very much.
--
Ticket URL: <https://trac.parrot.org/parrot/ticket/1256>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets