-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when role stubbed as class #5754
Comments
From @zostayOne line example of the problem: % perl6 -e 'class A { ... }; class B does A { }; role A { }' Clearly, it would be better for there to be a nice error like "type A |
From @zoffixznetThere's another couple of LTA errors for this, such us when a stubbed class is attempted to be `does` with or when a stubbed role is `does` with before it's defined: <ZoffixW> m: class A { ... }; class B does A { }; class A { } On Mon, 17 Oct 2016 16:08:31 -0700, hanenkamp wrote:
|
The RT System itself - Status changed from 'new' to 'open' |
From @zoffixznetMore comments and other error triggers: https://irclog.perlgeek.de/perl6/2016-11-09#i_13540625 |
From @zoffixznetThanks for the report. Fixed in rakudo/rakudo@a822bcf9cf |
@zoffixznet - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#129906 (status was 'resolved')
Searchable as RT129906$
The text was updated successfully, but these errors were encountered: