Skip to content

Conversation

@Nishikoh
Copy link
Contributor

Fix #775

Comment on lines 15 to 18
assert.strictEqual(typeof await testCall({ blocking: true, data: true }) , "number");
assert.strictEqual(typeof await testCall({ blocking: true, data: false }) , "undefined");
assert.strictEqual(typeof await testCall({ blocking: false, data: true }) , "number");
assert.strictEqual(typeof await testCall({ blocking: false, data: false }) , "undefined");
Copy link
Member

Choose a reason for hiding this comment

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

@Nishikoh could you remove the space before the comma ","?
Es.

assert.strictEqual(typeof await testCall({ blocking: false, data: false }), "undefined");

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for the review. Fixed it.

Copy link
Member

@NickNaso NickNaso left a comment

Choose a reason for hiding this comment

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

LGTM.

@gabrielschulhof
Copy link
Contributor

gabrielschulhof commented Jul 27, 2020

@gabrielschulhof
Copy link
Contributor

On v15.x it fails for unrelated reasons – specifically, because the SetImmediate()ed finalizers have landed in core. Thus, getting the tests to pass may depend on #773.

Copy link
Member

@mhdawson mhdawson left a comment

Choose a reason for hiding this comment

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

LGTM

@gabrielschulhof
Copy link
Contributor

Rebased.

@gabrielschulhof
Copy link
Contributor

gabrielschulhof commented Jul 30, 2020

gabrielschulhof pushed a commit that referenced this pull request Jul 30, 2020
Fixes: #775
PR-URL: #777
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@gmail.com>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@gabrielschulhof
Copy link
Contributor

Landed in 4ce40d2.

kevindavies8 added a commit to kevindavies8/node-addon-api-Develop that referenced this pull request Aug 24, 2022
Fixes: nodejs/node-addon-api#775
PR-URL: nodejs/node-addon-api#777
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@gmail.com>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Marlyfleitas added a commit to Marlyfleitas/node-api-addon-Development that referenced this pull request Aug 26, 2022
Fixes: nodejs/node-addon-api#775
PR-URL: nodejs/node-addon-api#777
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@gmail.com>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
wroy7860 added a commit to wroy7860/addon-api-benchmark-node that referenced this pull request Sep 19, 2022
Fixes: nodejs/node-addon-api#775
PR-URL: nodejs/node-addon-api#777
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@gmail.com>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
johnfrench3 pushed a commit to johnfrench3/node-addon-api-git that referenced this pull request Aug 11, 2023
Fixes: nodejs/node-addon-api#775
PR-URL: nodejs/node-addon-api#777
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@gmail.com>
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Sign up for free to 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.

test/threadsafe_function/threadsafe_function_existing_tsfn.js: use assert.strictEqual()

4 participants