-
-
Notifications
You must be signed in to change notification settings - Fork 411
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] - Fix sync generator yield expressions #2838
Conversation
Test262 conformance changes
Fixed tests (12):
Broken tests (2):
|
Codecov Report
@@ Coverage Diff @@
## main #2838 +/- ##
=======================================
Coverage 51.39% 51.39%
=======================================
Files 417 417
Lines 41328 41328
=======================================
+ Hits 21239 21241 +2
+ Misses 20089 20087 -2
... and 1 file 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.
Nice catch! This looks good to me! :)
d645076
to
dadda0c
Compare
Nice work! I like the changes overall, any idea why |
I did not look into it too much, because I'm currently working on a fix for async generators and proper async generator |
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.
LGTM 😄
bors r+ |
Depends on #2837. This Pull Request changes the following: - Fix the remaining `language/expressions/yield` tests. - Align the sync generator execution more to the spec. This breaks one async generator test. We can ignore that one as async generators are currently very broken. I will try to fix async generators next.
Pull request successfully merged into main. Build succeeded: |
Depends on #2837.
This Pull Request changes the following:
language/expressions/yield
tests.This breaks one async generator test. We can ignore that one as async generators are currently very broken. I will try to fix async generators next.