Skip to content

test: fix warnings in addon tests - #18810

Closed
ofrobots wants to merge 1 commit into
nodejs:masterfrom
ofrobots:old-make-callback-warnings
Closed

test: fix warnings in addon tests#18810
ofrobots wants to merge 1 commit into
nodejs:masterfrom
ofrobots:old-make-callback-warnings

Conversation

@ofrobots

@ofrobotsofrobots commented Feb 16, 2018

Copy link
Copy Markdown
Contributor

The legacy MakeCallback deprecation was resulting in compile time
warnings in adddon tests. Fix them.

Ref: #18632

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

CI: https://ci.nodejs.org/job/node-test-pull-request/13190/

The legacy MakeCallback deprecation was resulting in compile time
warnings in adddon tests. Fix them.
Ref: nodejs#18632
@nodejs-github-botnodejs-github-bot added addons Issues and PRs related to native addons. test Issues and PRs related to the tests. labels Feb 16, 2018
@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 16, 2018

@mhdawsonmhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@jasnell

Copy link
Copy Markdown
Member

CI failure appears to be unrelated. As this is a test change, and it has sign off, will land.

jasnell pushed a commit that referenced this pull request Feb 16, 2018
The legacy MakeCallback deprecation was resulting in compile time
warnings in adddon tests. Fix them.
Ref: #18632
PR-URL: #18810
Refs: #18632
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@jasnell

Copy link
Copy Markdown
Member

Landed in 6ab288f

@jasnelljasnell closed this Feb 16, 2018
@ofrobots
ofrobots deleted the old-make-callback-warnings branch February 17, 2018 01:22
MylesBorins pushed a commit that referenced this pull request Feb 21, 2018
The legacy MakeCallback deprecation was resulting in compile time
warnings in adddon tests. Fix them.
Ref: #18632
PR-URL: #18810
Refs: #18632
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@MylesBorinsMylesBorins mentioned this pull request Feb 21, 2018
MylesBorins pushed a commit that referenced this pull request Feb 21, 2018
The legacy MakeCallback deprecation was resulting in compile time
warnings in adddon tests. Fix them.
Ref: #18632
PR-URL: #18810
Refs: #18632
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
MylesBorins pushed a commit that referenced this pull request Feb 21, 2018
The legacy MakeCallback deprecation was resulting in compile time
warnings in adddon tests. Fix them.
Ref: #18632
PR-URL: #18810
Refs: #18632
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
The legacy MakeCallback deprecation was resulting in compile time
warnings in adddon tests. Fix them.
Ref: nodejs#18632
PR-URL: nodejs#18810
Refs: nodejs#18632
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@MylesBorins

Copy link
Copy Markdown
Contributor

I've set as don't land for 8.x, please lmk if this is a mistake

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

Labels

addonsIssues and PRs related to native addons.author readyPRs that have at least one approval, no pending requests for changes, and a CI started.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@ofrobots@jasnell@MylesBorins@cjihrig@mhdawson@BridgeAR@nodejs-github-bot