-
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
Nil is not supposed to be an iterator anymore in Rakudo #3178
Comments
From @masak<lizmat> r: say Nil.^mro # is this right ? |
From @usev6As a status update: Nil is no longer an iterator: $ perl6 -e 'say Nil.^mro' But the recently introduced Empty is: $ perl6 -e 'say Empty.^mro' |
1 similar comment
From @usev6As a status update: Nil is no longer an iterator: $ perl6 -e 'say Nil.^mro' But the recently introduced Empty is: $ perl6 -e 'say Empty.^mro' |
@usev6 - Status changed from 'new' to 'open' |
From @usev6A status update after the GLR: $ perl6 -e 'say Nil.^mro' $ perl6 -e 'say Empty.^mro' So neither Nil nor Empty is Iterator anymore. |
1 similar comment
From @usev6A status update after the GLR: $ perl6 -e 'say Nil.^mro' $ perl6 -e 'say Empty.^mro' So neither Nil nor Empty is Iterator anymore. |
From @usev6On Sat Sep 12 01:35:43 2015, bartolin@gmx.de wrote:
I just saw that there is a (passing) test for this in S02-types/nil.t. I'm closing this ticket as 'resolved'. |
1 similar comment
From @usev6On Sat Sep 12 01:35:43 2015, bartolin@gmx.de wrote:
I just saw that there is a (passing) test for this in S02-types/nil.t. I'm closing this ticket as 'resolved'. |
@usev6 - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#118717 (status was 'resolved')
Searchable as RT118717$
The text was updated successfully, but these errors were encountered: