[perl #67278] non-awesome error message on 'class NewClass does OldClass'

2010-04-24 Thread jn...@jnthn.net via RT
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

Re: [perl #67278] non-awesome error message on 'class NewClass does OldClass'

2009-07-07 Thread Jonathan Worthington
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

Re: [perl #67278] non-awesome error message on 'class NewClass does OldClass'

2009-07-07 Thread Moritz Lenz
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

Re: [perl #67278] non-awesome error message on 'class NewClass does OldClass'

2009-07-07 Thread chromatic
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

[perl #67278] non-awesome error message on 'class NewClass does OldClass'

2009-07-07 Thread via RT
# 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