Skip to content
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: use unqualified names in node_contextify.cc #20669

Closed

Conversation

danbev
Copy link
Contributor

@danbev danbev commented May 11, 2018

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-bot nodejs-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
Contributor Author

danbev commented May 11, 2018

@addaleax addaleax 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
Contributor Author

danbev commented May 13, 2018

node-teset-commit-arm-fanned failure looks unrelated

console output:

02:51:11 not ok 1 async-hooks/test-callback-error
02:51:11   ---
02:51:11   duration_ms: 23.176
02:51:11   severity: fail
02:51:11   exitcode: 1
02:51:11   stack: |-
02:51:11     start case 1
02:51:11     end case 1: 2739.156ms
02:51:11     start case 2
02:51:11     end case 2: 2560.894ms
02:51:11     start case 3
02:51:11     end case 3: 200.600ms
02:51:11     Error: test_callback_abort
02: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
Contributor Author

danbev commented May 13, 2018

Landed in f9c6fd0.

@danbev danbev 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>
@addaleax addaleax mentioned this pull request May 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs 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++. vm Issues and PRs related to the vm subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants