-
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
Cannot refer to a defined class 'class' in Rakudo #1155
Comments
From @masak<masak> rakudo: class class {}; say class.new.perl Seems Rakudo thinks 'class' is a reserved word or something. <jnthn> std: class class {}; |
From @kylehaThis is an automatically generated mail to inform you that tests are now available in b/t/spec/S12-class/basic.t |
The RT System itself - Status changed from 'new' to 'open' |
From @bbkrNOM: still broken bbkr:nom bbkr$ ./perl6 -e 'class class {}; say class.new.perl' I also confirmed this is still allowed in STD: 11:13 11:13 |
From @bbkr2012.04 - still bugged |
From @usev6This works now: $ perl6 -e 'class class {}; say class.new.perl' The test in S12-class/basic.t was unfudged with commit Raku/roast@b76efe4175 I'm closing this ticket as 'resolved'. |
1 similar comment
From @usev6This works now: $ perl6 -e 'class class {}; say class.new.perl' The test in S12-class/basic.t was unfudged with commit Raku/roast@b76efe4175 I'm closing this ticket as 'resolved'. |
@usev6 - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#67784 (status was 'resolved')
Searchable as RT67784$
The text was updated successfully, but these errors were encountered: