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

[3.x] Update test suite to avoid unhandled promise rejections #80

Merged
merged 1 commit into from
Jul 7, 2023

Conversation

clue
Copy link
Member

@clue clue commented Jul 6, 2023

This changeset backports #79 from 4.x to 3.x. There is no need to backport to 2.x as this only affects the coroutine() function that is only available in v3+ (#12).

Marking this as WIP until the upstream component has been released. In the meantime, this uses a temporary development branch.

Builds on top of reactphp/promise#248, #77 and #47

@clue clue added this to the v3.2.0 milestone Jul 6, 2023
@clue clue force-pushed the unhandled-rejections-v3 branch from 4f37b1a to 0b30992 Compare July 7, 2023 09:19
@clue clue changed the title [WIP] [3.x] Update test suite to avoid unhandled promise rejections [3.x] Update test suite to avoid unhandled promise rejections Jul 7, 2023
@clue
Copy link
Member Author

clue commented Jul 7, 2023

Updated now that reactphp/promise#248 has been merged, this is now ready for review :shipit:

This can be reproduced locally by installing Promise v3, which means either waiting for the official release scheduled next week or by installing the current development version with composer require react/promise:^3@dev.

@clue clue requested review from WyriHaximus and SimonFrings July 7, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants