Ticket #1256 (closed todo: wontfix)

Opened 12 years ago

Last modified 11 years ago

src/pmc/class.pmc: Need a pluggable MRO in instantiate() PMC

Reported by: jkeenan Owned by:
Priority: normal Milestone:
Component: core Version: 1.7.0
Severity: medium Keywords:
Cc: whiteknight Language:
Patch status: Platform:

Description

This ticket moves into Trac discussion of an issue originally followed in Trac at  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.

Change History

follow-ups: ↓ 2 ↓ 3   Changed 12 years ago by jkeenan

whiteknight,

Do you think this ticket is resolvable?

Thanks.

kid51

in reply to: ↑ 1   Changed 11 years ago by jkeenan

Replying to jkeenan:

whiteknight, Do you think this ticket is resolvable? Thanks. kid51

Question repeated. Thanks.

in reply to: ↑ 1   Changed 11 years ago by cotto

  • status changed from new to closed
  • resolution set to wontfix

Replying to jkeenan:

whiteknight, Do you think this ticket is resolvable? Thanks. kid51

Yes. In this case "wontfix" will work fine. If we needed a pluggable MRO, we'd have implemented it.

Note: See TracTickets for help on using tickets.