[perl #120919] [BUG] Private methods in roles don't bind 'self' correctly in Rakudo

2014-01-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #120919] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120919 > r: role A { method pub { self!priv }; method !priv () { "OHAI".say } }; class C does A {

[perl #120916] [BUG] Stubbed attributes in roles don't die at compose time like stubbed methods do in Rakudo

2014-01-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #120916] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=120916 > I could just make a role (Slangy) that stubs attributes... wait, we don't have that feat

Re: [perl #120904] [BUG] is default in class

2014-01-02 Thread Elizabeth Mattijsen
On 31 Dec 2013, at 04:20, Richard Hainsworth (via RT) wrote: > # New Ticket Created by Richard Hainsworth > # Please include the string: [perl #120904] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=120904 > > > > 'is de