for loops in phasers in for loops are run now:

> for 1..2 { ENTER { .say for <foo bar> }; .say}
foo
bar
1
foo
bar
2

I added a test to S04-phasers/enter-leave.t with the following commit: 
https://github.com/perl6/roast/commit/0a2c9a8008

Reply via email to