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

fix: backport Node nested microtask fix #20303

Merged
merged 5 commits into from Sep 25, 2019
Merged

fix: backport Node nested microtask fix #20303

merged 5 commits into from Sep 25, 2019

Conversation

nornagon
Copy link
Member

@nornagon nornagon commented Sep 20, 2019

Description of Change

This backports nodejs/node#29581 and nodejs/node#29434 from upstream node, in order to fix issues with microtasks being run too eagerly.

Checklist

Release Notes

Notes: Fixed an issue where microtasks could sometimes be scheduled too eagerly, causing crashes when invoking Electron APIs during promises in certain situations.

@nornagon nornagon requested a review from a team as a code owner September 20, 2019 15:18
Copy link
Member

@zcbenz zcbenz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The failing tests do not seem to be flaky.

@nornagon
Copy link
Member Author

@zcbenz fixed 'em

@nornagon nornagon merged commit 593f177 into master Sep 25, 2019
@release-clerk
Copy link

release-clerk bot commented Sep 25, 2019

Release Notes Persisted

Fixed an issue where microtasks could sometimes be scheduled too eagerly, causing crashes when invoking Electron APIs during promises in certain situations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants