Re: [svn:parrot-pdd] r17711 - trunk/docs/pdds/draft

2007-03-26 Thread Jonathan Worthington
Nicholas Clark wrote: On Sat, Mar 24, 2007 at 08:13:08AM -0700, [EMAIL PROTECTED] wrote: +It is fine to use both C and C with a single role. However, +placing a method name in the exclude list and also aliasing it has undefined +behaviour. Is it possible to detect this and merely make i

Re: [svn:parrot-pdd] r17711 - trunk/docs/pdds/draft

2007-03-26 Thread Nicholas Clark
On Sat, Mar 24, 2007 at 08:13:08AM -0700, [EMAIL PROTECTED] wrote: > +It is fine to use both C and C with a single role. However, > +placing a method name in the exclude list and also aliasing it has undefined > +behaviour. Is it possible to detect this and merely make it a fatal error? Nicholas

[svn:parrot-pdd] r17711 - trunk/docs/pdds/draft

2007-03-24 Thread jonathan
Author: jonathan Date: Sat Mar 24 08:13:06 2007 New Revision: 17711 Modified: trunk/docs/pdds/draft/pdd15_objects.pod Log: [PDD15]: Incorporate some changes and updates. Also add a proposal for role conflict resolution, based upon the traits paper and discussion with allison++. Modified: tru