[perl #36411] New form of 'setattribute' fails when there are multiple inheritance levels

2008-01-09 Thread Will Coleda via RT
On Tue Jun 28 07:32:02 2005, [EMAIL PROTECTED] wrote: > The following PIR (attached as "script.pir", and also included here) > fails under Parrot 0.2.1 (Fedora Core 3, Intel x86): > > .sub main @MAIN >$P1 = newclass "PARENT_1" >addattribute $P1, "foo"#1 >$P2 = subclass

Re: [perl #36411] New form of 'setattribute' fails when there are multiple inheritance levels

2005-06-29 Thread Roger Browne
On Wed, 2005-06-29 at 10:01 +, Leopold Toetsch via RT wrote: > >PARENT_1 # adds attribute 'foo' > > ^ > > | > >PARENT_2 # adds attribute 'foo', hiding the inherited one > > ^ > > | > > CHILD# adds attribute 'bar' > > The first question is of course: >

Re: [perl #36411] New form of 'setattribute' fails when there are multiple inheritance levels

2005-06-29 Thread Leopold Toetsch
Roger Browne (via RT) wrote: Here's the inheritance hierarchy: PARENT_1 # adds attribute 'foo' ^ | PARENT_2 # adds attribute 'foo', hiding the inherited one ^ | CHILD# adds attribute 'bar' The first question is of course: a) should we fully hide PARENT

[perl #36411] New form of 'setattribute' fails when there are multiple inheritance levels

2005-06-28 Thread via RT
# New Ticket Created by Roger Browne # Please include the string: [perl #36411] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=36411 > The following PIR (attached as "script.pir", and also included here) fails under Parrot