Uh oh!
There was an error while loading. Please reload this page.
[v12.x] Backport 33570 and 33508 to v12.x - #33819
Closed
gabrielschulhof wants to merge 1 commit into
Closed
Conversation
addaleax
approved these changes
Jun 10, 2020
legendecas
approved these changes
Jun 11, 2020
nodejs-github-bot
commented
Jun 12, 2020
Collaborator
gabrielschulhof
commented
Jun 29, 2020
ContributorAuthor
@codebytere could we please have this PR in 12.18.3? |
gabrielschulhof
commented
Jun 29, 2020
ContributorAuthor
... it's blocking some work on node-addon-api (nodejs/node-addon-api#738) and causing nodejs/node-addon-api#730. |
Refs: nodejs/node-addon-api#722 Ensure a scope is on stack during finalization as finalization functions can create JS Objects Signed-off-by: Michael Dawson <michael_dawson@ca.ibm.com> PR-URL: nodejs#33508 Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: James M Snell <jasnell@gmail.com>
gabrielschulhofforce-pushed
the
backport-33508-to-v12.x
branch
from
July 8, 2020 23:30
8821399 to
344889eComparegabrielschulhof
commented
Jul 8, 2020
ContributorAuthor
One of the commits (n-api: remove |
gabrielschulhof
commented
Jul 8, 2020
ContributorAuthor
The remaining commit in this PR is a backport of 362e4a1, which currently applies cleanly when cherry-picked onto v12.x-staging. |
gabrielschulhof
commented
Jul 10, 2020
ContributorAuthor
The remaining commit landed as 90ddf0a. Thanks @codebytere! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
#33508 cannot be backported directly, but must be preceded with a backport of #33570.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes