On Mon Jul 06 23:55:28 2009, moritz wrote:
> 08:53 <@moritz_> rakudo: class A { }; class B does A { }; say "alive"
> 08:53 < p6eval> rakudo 99ad1e: OUTPUT«Method '!select' not found for
> invocant of class ''»
>
While at some point we may end up spec'ing that you actually get your
class snapshott
Moritz Lenz wrote:
chromatic wrote:
On Monday 06 July 2009 23:55:28 Moritz Lenz wrote:
I think abusing a class as a role is forbidden
I hope it's not!
Well, it surely depends on context. You can "pun" a role into a class by
instantiating it, but the correct way to apply
chromatic wrote:
> On Monday 06 July 2009 23:55:28 Moritz Lenz wrote:
>
>> I think abusing a class as a role is forbidden
>
> I hope it's not!
Well, it surely depends on context. You can "pun" a role into a class by
instantiating it, but the correct way to apply it to another class seems
to be w
On Monday 06 July 2009 23:55:28 Moritz Lenz wrote:
> I think abusing a class as a role is forbidden
I hope it's not!
-- c
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #67278]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=67278 >
08:53 <@moritz_> rakudo: class A { }; class B does A { }; say "alive"
08:53 < p6eval> rak