Ticket #467 (closed todo: fixed)
find_method op should get sub pmc for pmclass method
| Reported by: | ronaldws | Owned by: | whiteknight |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | |
| Severity: | medium | Keywords: | ops, pmc |
| Cc: | Language: | ||
| Patch status: | Platform: |
Description
This bug report recommends, based on an IRC discussion, that the find_method operation be able to retrieve a sub pmc for a method declared in a pmclass declaration.
I asked on IRC about getting a sub pmc for a pmc method declared in a pmclass declaration without looking for the method name in a namespace. It was suggested that I try the find_method op on a pmc instance and, when that didn't work, some of the discussion participants, who felt that it should, recommended a trac ticket.
I have also attached a patch that would add a relevant test to t/pmc/pmc.t.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

