-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Implement new spec changes for AsyncGenerator
#3950
Conversation
c98c6a7
to
c06b882
Compare
c06b882
to
699a842
Compare
Test262 conformance changes
Broken tests (2):
|
Checked and the regressions are bugs in the test suite caused by recent changes to the |
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. Couple nits but they're non-blocking.
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 work! Looks good to me! :)
* Implement new spec changes for `AsyncGenerator` * Add panic docs
* Implement new spec changes for `AsyncGenerator` (#3950) * Implement new spec changes for `AsyncGenerator` * Add panic docs * Add spec edition 15 to the tester (#3957) * Allow dead code for code that is newly detected as unused (#3984) * Allow dead code for code that is newly detected as unused * Fix compile errors with nightly rust * Add missing SAFETY section * Increase safety of `FutexWaiters` --------- Co-authored-by: Theo Paris <[email protected]> Co-authored-by: José Julián Espina <[email protected]> * Enable CI for release branches (#3987) * Allow warnings when running CI on release branches (#3990) * Bump crates version --------- Co-authored-by: Hans Larsen <[email protected]> Co-authored-by: Theo Paris <[email protected]>
Essentially the same as #3879 but supported by the latest specification.