Re: PDD15: newclass

2007-04-02 Thread Jonathan Worthington
Allison Randal wrote: So, perhaps we need: $P2.resolve($P1) Implemented this (both the interface and the semantics); test for it added too. Just got the changes to alias to handle, then hopefully role conflict resolution is in sync with the PDD again. Thanks for the clarifications,

PDD15: newclass

2007-04-01 Thread Jonathan Worthington
Hi, The PDD sayeth: ~~ newclass $P1 = newclass $S2 Create a new base class named $S2, and put the PMC for it in $P1 ~~ And elsewhere: ~~ When declaring a composed class, you can optionally supply an array of method names that will be supplied by the class because of a conflict in

Re: PDD15: newclass

2007-04-01 Thread Allison Randal
Jonathan Worthington wrote: Hi, The PDD sayeth: ~~ newclass $P1 = newclass $S2 Create a new base class named $S2, and put the PMC for it in $P1 ~~ And elsewhere: ~~ When declaring a composed class, you can optionally supply an array of method names that will be supplied by the class