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

2015-11-26 Thread Larry Wall via RT
The purpose of stubbing is to guarantee the public interface is complete, and since the public interface of attributes is entirely via accessors, it suffices to merely stub the accessor, and leave it up to the class whether it should implement that name via an explicit method or an attribute dec

[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