# New Ticket Created by Christian Bartolomaeus # Please include the string: [perl #126701] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126701 >
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.