Skip to content

src: fix unused namespace member - #34212

Closed
branisha wants to merge 1 commit into
nodejs:masterfrom
branisha:fix/arraybuffer
Closed

src: fix unused namespace member#34212
branisha wants to merge 1 commit into
nodejs:masterfrom
branisha:fix/arraybuffer

Conversation

@branisha

Copy link
Copy Markdown
Contributor

make -j4 test fails because of C++ linter saying:

Running C++ linter...
File "src/env.cc" does not use "ArrayBuffer"
make[2]: *** [Makefile:1337: tools/.cpplintstamp] Error 1
make[1]: *** [Makefile:1376: lint] Error 2
make: *** [Makefile:320: test] Error 2

Reverting commit ee3243f removes problem.

After removing using v8::ArrayBuffer; build passes.

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

C++ linter fails because of unused ArrayBuffer namespace member
@nodejs-github-botnodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jul 5, 2020

@addaleaxaddaleax 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.

Thanks for noticing this!

@addaleax

Copy link
Copy Markdown
Member

Collaborators, please 👍 this comment to approve fast-tracking

@addaleaxaddaleax added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. labels Jul 5, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

gireeshpunathil pushed a commit that referenced this pull request Jul 6, 2020
C++ linter fails because of unused ArrayBuffer namespace member
PR-URL: #34212
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@gireeshpunathil

Copy link
Copy Markdown
Member

landed in 82c435d , thanks for the contribution!

MylesBorins pushed a commit that referenced this pull request Jul 14, 2020
C++ linter fails because of unused ArrayBuffer namespace member
PR-URL: #34212
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@MylesBorinsMylesBorins mentioned this pull request Jul 14, 2020
MylesBorins pushed a commit that referenced this pull request Jul 16, 2020
C++ linter fails because of unused ArrayBuffer namespace member
PR-URL: #34212
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
C++ linter fails because of unused ArrayBuffer namespace member
PR-URL: #34212
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@codebyterecodebytere mentioned this pull request Sep 28, 2020
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++.fast-trackPRs that do not need to wait for 48 hours to land.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@branisha@addaleax@nodejs-github-bot@gireeshpunathil@jasnell@gengjiawen@richardlau