-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
src: set PromiseHooks by Environment #38821
Closed
Closed
Commits on May 26, 2021
-
src: set PromiseHooks by Environment
The new JS PromiseHooks introduced in the referenced PR are per v8::Context. This meant that code depending on them, such as AsyncLocalStorage, wouldn't behave correctly across vm.Context instances. PromiseHooks are now synchronized across the main Context and any Context created via vm.Context. Refs: nodejs#36394 Fixes: nodejs#38781 Signed-off-by: Bryan English <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7986a9b - Browse repository at this point
Copy the full SHA 7986a9bView commit details
Commits on May 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bb55976 - Browse repository at this point
Copy the full SHA bb55976View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f4342b - Browse repository at this point
Copy the full SHA 0f4342bView commit details
Commits on May 28, 2021
-
fixup! Revert "fixup! switch to weak globals for hook functions"
This reverts commit 0f4342b.
Configuration menu - View commit details
-
Copy full SHA for d1667ad - Browse repository at this point
Copy the full SHA d1667adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ec54a - Browse repository at this point
Copy the full SHA d3ec54aView commit details
Commits on May 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for add2360 - Browse repository at this point
Copy the full SHA add2360View commit details -
Configuration menu - View commit details
-
Copy full SHA for a968969 - Browse repository at this point
Copy the full SHA a968969View commit details
Commits on Jun 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5ea90f7 - Browse repository at this point
Copy the full SHA 5ea90f7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.