[svn:parrot-pdd] r35945 - in trunk: . docs/pdds src/pmc t/pmc t/steps

2009-01-23 Thread coke
Author: coke Date: Fri Jan 23 22:05:05 2009 New Revision: 35945 Modified: trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Removed: trunk/src/pmc/pair.pmc trunk/t/pmc/pair.t Modified: trunk/MANIFEST trunk/PBC_COMPAT trunk/t/steps/auto_pmc-01.t Log: TT

Re: [perl #48014] [DEPRECATED] PMC union struct

2009-01-23 Thread Allison Randal
Christoph Otto wrote: So you're saying that multiple inheritance in its current state should be allowed to continue, and that there's only a problem with ATTRs if a PMC tries to extend two PMCs, both of which have their own ATTRs? I'm saying that multiple inheritance between two C-level PMCs

Re: [perl #62506] Rakudo segfault on missing method

2009-01-23 Thread isop
- Original Message > From: isop > To: parrotbug-follo...@parrotcode.org > Sent: Friday, January 23, 2009 10:27:05 AM > Subject: Re: [perl #62506] Rakudo segfault on missing method > > > > - Original Message > > From: Moritz Lenz via RT > > To: is...@yahoo.com > > Sent: Tu

Re: [perl #62506] Rakudo segfault on missing method

2009-01-23 Thread isop
- Original Message > From: Moritz Lenz via RT > To: is...@yahoo.com > Sent: Tuesday, January 20, 2009 9:06:03 AM > Subject: [perl #62506] Rakudo segfault on missing method > > On Mon Jan 19 13:04:17 2009, isop wrote: > > Following perl6 code segfaults with r31857: > > > > say 8.bla;