#909: Difficulty subclassing through P6metaclass when subclass and parent have
the same name.
--------------------+-------------------------------------------------------
 Reporter:  treed   |        Owner:  whiteknight
     Type:  bug     |       Status:  closed     
 Priority:  normal  |    Milestone:             
Component:  none    |      Version:  1.4.0      
 Severity:  medium  |   Resolution:  duplicate  
 Keywords:          |         Lang:             
    Patch:          |     Platform:             
--------------------+-------------------------------------------------------
Changes (by whiteknight):

  * status:  assigned => closed
  * resolution:  => duplicate


Comment:

 Yes, looking through the P6object code, it definitely looks like this is a
 duplicate of #1492. That ticket shows that attempting to autovivify a
 class by using namespace object fails. P6object first finds the namespace
 and then uses that to lookup the class, which manifests the problem.

 Solution is to either fix #1492 (perferred) or change P6object to avoid
 looking up classes from namespaces. I'll dig into #1492 a little bit today
 to see what I can see. I'm closing this ticket as a duplicate.

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