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

Failing tests in S04-phasers/next.t and .../in-loop.t: NEXT/LEAVE ordering #4107

Open
p6rt opened this issue May 3, 2015 · 4 comments
Open

Comments

@p6rt
Copy link

p6rt commented May 3, 2015

Migrated from rt.perl.org#124952 (status was 'open')

Searchable as RT124952$

@p6rt
Copy link
Author

p6rt commented May 19, 2015

From @usev6

There are failing tests (fudged 'todo') in S04-phasers/in-loop.t and S04-phasers/next.t, because LEAVE is called before NEXT.

S04 states that it should be the other way around​:

  "NEXT {...} at loop continuation time, before any LEAVE" (http://design.perl6.org/S04.html#Phasers).

1 similar comment
@p6rt
Copy link
Author

p6rt commented May 19, 2015

From @usev6

There are failing tests (fudged 'todo') in S04-phasers/in-loop.t and S04-phasers/next.t, because LEAVE is called before NEXT.

S04 states that it should be the other way around​:

  "NEXT {...} at loop continuation time, before any LEAVE" (http://design.perl6.org/S04.html#Phasers).

@p6rt
Copy link
Author

p6rt commented Dec 7, 2017

From @tisonkun

Note that if you call `next`, then the order is correct.

@p6rt
Copy link
Author

p6rt commented Dec 7, 2017

The RT System itself - Status changed from 'new' to 'open'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant