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 module_wrap.cc #20594

Closed

Conversation

danbev
Copy link
Contributor

@danbev danbev commented May 8, 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 the c++ Issues and PRs that require attention from people who are familiar with C++. label May 8, 2018
@danbev
Copy link
Contributor Author

danbev commented May 8, 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 9, 2018
@danbev
Copy link
Contributor Author

danbev commented May 10, 2018

node-test-linux-linux failure looks unrelated

console output:

08:01:01 not ok 2115 sequential/test-fs-readfile-tostring-fail
08:01:01   ---
08:01:01   duration_ms: 121.18
08:01:01   severity: fail
08:01:01   exitcode: -15
08:01:01   stack: |-
08:01:01     timeout
08:01:01   ... 
node-test-linux-linked-withoutintl failure looks unrelated

console output:

07:56:00 not ok 2115 sequential/test-fs-readfile-tostring-fail
07:56:00   ---
07:56:00   duration_ms: 120.786
07:56:00   severity: fail
07:56:00   exitcode: -15
07:56:00   stack: |-
07:56:00     timeout
07:56:00   ...

@danbev
Copy link
Contributor Author

danbev commented May 10, 2018

Landed in b267d2a.

@danbev danbev closed this May 10, 2018
@danbev danbev deleted the vm_unqualified_names_module_wrap branch May 10, 2018 03:40
danbev added a commit to danbev/node that referenced this pull request May 10, 2018
This commit removes the usage of qualified names for consistency.

PR-URL: nodejs#20594
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
@devsnek devsnek removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 10, 2018
targos pushed a commit that referenced this pull request May 12, 2018
This commit removes the usage of qualified names for consistency.

PR-URL: #20594
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
@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
c++ Issues and PRs that require attention from people who are familiar with C++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants