Skip to content

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

Merged
WyriHaximus merged 1 commit into
reactphp:3.xfrom
clue-labs:unhandled-rejections-v3
Jul 7, 2023
Merged

[3.x] Update test suite to avoid unhandled promise rejections#80
WyriHaximus merged 1 commit into
reactphp:3.xfrom
clue-labs:unhandled-rejections-v3

Conversation

@clue

@clueclue commented Jul 6, 2023

Copy link
Copy Markdown
Member

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

@clueclue added this to the v3.2.0 milestone Jul 6, 2023
@clue
clueforce-pushed the unhandled-rejections-v3 branch from 4f37b1a to 0b30992CompareJuly 7, 2023 09:19
@clueclue changed the title [WIP] [3.x] Update test suite to avoid unhandled promise rejections[3.x] Update test suite to avoid unhandled promise rejectionsJul 7, 2023
@clue

clue commented Jul 7, 2023

Copy link
Copy Markdown
MemberAuthor

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.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@clue@WyriHaximus@SimonFrings