-
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
org.perl6.nqp.runtime.UnwindException #3777
Comments
From @masak<TimToady> r: gather loop { take my $foo; last; } Exception in thread "main" org.perl6.nqp.runtime.UnwindException * masak submits rakudobug |
From @usev6I believe that some tests in S32-list/rotor.t (which use method 'rotor' with :partial) are dying for the same reason on rakudo.jvm Method 'rotor' uses a construct like 'gather for @bar { take $foo; last}' internally. $ perl6-j -e '(1..3).rotor(2, :partial)' The evaluation runs fine when :partial is not needed: $ perl6-j -e 'say (1..2).rotor(2, :partial)' $ perl6-j -e 'say (1..4).rotor(2, :partial)' |
From @usev6To me this looks like the same problem as https://rt-archive.perl.org/perl6/Ticket/Display.html?id=124279 |
1 similar comment
From @usev6To me this looks like the same problem as https://rt-archive.perl.org/perl6/Ticket/Display.html?id=124279 |
I'm closing this old issue in favour of a new issue in the rakudo repo: rakudo/rakudo#3634 |
Migrated from rt.perl.org#124279 (status was 'new')
Searchable as RT124279$
The text was updated successfully, but these errors were encountered: