Skip to content
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

FIRST not executed in 'for' loop #4770

Closed
p6rt opened this issue Nov 21, 2015 · 4 comments
Closed

FIRST not executed in 'for' loop #4770

p6rt opened this issue Nov 21, 2015 · 4 comments
Labels
JVM Related to Rakudo-JVM

Comments

@p6rt
Copy link

p6rt commented Nov 21, 2015

Migrated from rt.perl.org#126701 (status was 'resolved')

Searchable as RT126701$

@p6rt
Copy link
Author

p6rt commented Nov 21, 2015

From @usev6

It looks like FIRST is not executed in 'for' loop on rakudo.jvm​:

$ perl6-j -e 'for 1..2 { FIRST { say "hi" } }; say "ho"'
ho

$ perl6-m -e 'for 1..2 { FIRST { say "hi" } }; say "ho"'
hi
ho

There are failing tests for this in S04-phasers/first.t.

@p6rt
Copy link
Author

p6rt commented May 21, 2016

From @usev6

The tests for FIRST pass now, psch++.

I unfudged the tests with commit Raku/roast@ce7363836a and I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented May 21, 2016

From @usev6

The tests for FIRST pass now, psch++.

I unfudged the tests with commit Raku/roast@ce7363836a and I'm closing this ticket as 'resolved'.

@p6rt
Copy link
Author

p6rt commented May 21, 2016

@usev6 - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed May 21, 2016
@p6rt p6rt added the JVM Related to Rakudo-JVM label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
JVM Related to Rakudo-JVM
Projects
None yet
Development

No branches or pull requests

1 participant