Message from discussion
PDD15: newclass
Newsgroups: perl.perl6.internals
Path: g2news1.google.com!news3.google.com!newshub.stanford.edu!nntp.perl.org
Return-Path: <jonat...@jnthn.net>
Mailing-List: contact perl6-internals-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-intern...@perl.org
Received: (qmail 5161 invoked from network); 2 Apr 2007 23:02:52 -0000
Received: from x1a.develooper.com (HELO x1.develooper.com) (216.52.237.111)
by lists.develooper.com with SMTP; 2 Apr 2007 23:02:52 -0000
Received: (qmail 3789 invoked by uid 225); 2 Apr 2007 23:02:52 -0000
Delivered-To: perl6-intern...@perl.org
Received: (qmail 3785 invoked by alias); 2 Apr 2007 23:02:51 -0000
X-Spam-Status: No, hits=-2.5 required=8.0
tests=BAYES_00,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO
X-Spam-Check-By: la.mx.develooper.com
Received-SPF: neutral (x1.develooper.com: local policy)
Received: from x6.develooper.com (HELO lists.develooper.com) (63.251.223.186)
by la.mx.develooper.com (qpsmtpd/0.28) with SMTP; Mon, 02 Apr 2007 16:02:44 -0700
Received: (qmail 5110 invoked by uid 514); 2 Apr 2007 23:02:41 -0000
Delivered-To: perlmail-parrot-port...@onion.perl.org
Received: (qmail 5105 invoked from network); 2 Apr 2007 23:02:40 -0000
Received: from x1a.develooper.com (HELO x1.develooper.com) (216.52.237.111)
by lists.develooper.com with SMTP; 2 Apr 2007 23:02:40 -0000
Received: (qmail 3707 invoked by uid 225); 2 Apr 2007 23:02:39 -0000
Delivered-To: parrot-port...@perl.org
Received: (qmail 3695 invoked by alias); 2 Apr 2007 23:02:38 -0000
Received-SPF: pass (x1.develooper.com: local policy)
Received: from server88-208-206-98.live-servers.net (HELO jnthn.jnthn.net) (88.208.206.98)
by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Mon, 02 Apr 2007 16:02:37 -0700
Received: from [192.168.0.2] (85-211-153-110.dyn.gotadsl.co.uk [85.211.153.110])
by jnthn.jnthn.net (Postfix) with ESMTP id 44F4865976;
Tue, 3 Apr 2007 00:02:32 +0100 (BST)
Message-ID: <46118B87.6060803@jnthn.net>
Date: Tue, 03 Apr 2007 00:02:31 +0100
User-Agent: Thunderbird 1.5.0.10 (Windows/20070221)
MIME-Version: 1.0
To: Allison Randal <alli...@perl.org>
CC: parrot-port...@perl.org
Subject: Re: PDD15: newclass
References: <46104453.5080...@jnthn.net> <46106763.7090...@perl.org>
In-Reply-To: <46106763.7090...@perl.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Old-Spam-Check-By: la.mx.develooper.com
X-Old-Spam-Status: No, hits=-2.5 required=8.0
tests=BAYES_00,DK_POLICY_SIGNSOME,FORGED_RCVD_HELO
Approved: n...@nntp.perl.org
From: jonat...@jnthn.net (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,
Jonathan