Ticket #299 (closed patch: wontfix)
Access attributes of PMC from derived pir classes
Reported by: | NotFound | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
There are several problems related to pir classes derived from PMC. The root of the problem is that GET_ATTR can't access to the PMC attributes when used from the pir object of the derived class.
This patch is the beginning of a solution to the problem: it tries to access the first proxy pmc found in the parent list when a class attribute is not found.
It also modifies the ExceptionHandler pmc to use this functionality and make work a failing test.
Opinions?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.