-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
[Merged by Bors] - Align iterator loops to the spec #2686
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2686 +/- ##
==========================================
+ Coverage 49.25% 50.24% +0.99%
==========================================
Files 398 399 +1
Lines 39791 39839 +48
==========================================
+ Hits 19599 20018 +419
+ Misses 20192 19821 -371
... and 19 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! :)
Just needs a rebase, and will be able to see what kind of change it has on the tests
Test262 conformance changes
Fixed tests (82):
|
Will add a test for this, because it seems there are still some bugs on the issue |
This is ready for reviews! There are still a lot of bugs in our implementation of generators, but this should at least improve the loops aspect of it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice changes
bors r+ |
Pull request successfully merged into main. Build succeeded: |
Depends on #2683.Merged.This Pull Request fixes #2658.
It changes the following:
for .. of
loop execution more spec compliant.