Skip to content

src: use unqualified names in node_contextify.cc - #20669

Closed
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:contextify_use_unqualified_names
Closed

src: use unqualified names in node_contextify.cc#20669
danbev wants to merge 1 commit into
nodejs:masterfrom
danbev:contextify_use_unqualified_names

Conversation

@danbev

Copy link
Copy Markdown
Contributor

This commit removes the usage of qualified names for consistency.

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

This commit removes the usage of qualified names for consistency.
@nodejs-github-botnodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. vm Issues and PRs related to the vm subsystem. labels May 11, 2018
@danbev

Copy link
Copy Markdown
ContributorAuthor

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 11, 2018
@danbev

Copy link
Copy Markdown
ContributorAuthor
node-teset-commit-arm-fanned failure looks unrelated

console output:

02:51:11 not ok 1 async-hooks/test-callback-error02:51:11 ---02:51:11 duration_ms: 23.17602:51:11 severity: fail02:51:11 exitcode: 102:51:11 stack: |-02:51:11 start case 102:51:11 end case 1: 2739.156ms02:51:11 start case 202:51:11 end case 2: 2560.894ms02:51:11 start case 302:51:11 end case 3: 200.600ms02:51:11 Error: test_callback_abort02:51:11 at ActivityCollector.initHooks.oninit.common.mustCall (/home/iojs/build/workspace/node-test-binary-arm/test/async-hooks/test-callback-error.js:27:45)02:51:11 at ActivityCollector.oninit (/home/iojs/build/workspace/node-test-binary-arm/test/common/index.js:474:15)02:51:11 at ActivityCollector._init (/home/iojs/build/workspace/node-test-binary-arm/test/async-hooks/init-hooks.js:185:10)02:51:11 at emitInitNative (internal/async_hooks.js:137:43)02:51:11 at emitInitScript (internal/async_hooks.js:336:3)02:51:11 at new AsyncResource (async_hooks.js:164:5)02:51:11 at Object.<anonymous> (/home/iojs/build/workspace/node-test-binary-arm/test/async-hooks/test-callback-error.js:29:5)02:51:11 at Module._compile (internal/modules/cjs/loader.js:677:30)02:51:11 at Object.Module._extensions..js (internal/modules/cjs/loader.js:688:10)02:51:11 at Module.load (internal/modules/cjs/loader.js:588:32)02:51:11 02:51:11 ...

@danbev

Copy link
Copy Markdown
ContributorAuthor

Landed in f9c6fd0.

@danbevdanbev closed this May 13, 2018
@danbev
danbev deleted the contextify_use_unqualified_names branch May 13, 2018 15:04
danbev added a commit that referenced this pull request May 13, 2018
This commit removes the usage of qualified names for consistency.
PR-URL: #20669
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax pushed a commit that referenced this pull request May 14, 2018
This commit removes the usage of qualified names for consistency.
PR-URL: #20669
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@addaleaxaddaleax mentioned this pull request May 14, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.c++Issues and PRs that require attention from people who are familiar with C++.vmIssues and PRs related to the vm subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@danbev@jasnell@addaleax@lpinca@TimothyGu@targos@cjihrig@tniessen@nodejs-github-bot