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

test: fix lint error regarding unused commons const #9334

Conversation

danbev
Copy link
Contributor

@danbev danbev commented Oct 28, 2016

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

test

Description of change

Currently, make lint is failing with the following error:

  3:7  error  'common' is assigned a value but never used  no-unused-vars
✖ 1 problem (1 error, 0 warnings)

Currently, make lint is failing with the following error:

3:7  error  'common' is assigned a value but never used  no-unused-vars

✖ 1 problem (1 error, 0 warnings)
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label Oct 28, 2016
@danbev
Copy link
Contributor Author

danbev commented Oct 28, 2016

@mscdex mscdex added the stream Issues and PRs related to the stream subsystem. label Oct 28, 2016
@gibfahn
Copy link
Member

gibfahn commented Oct 28, 2016

I don't think this needs to wait the full 48 hours.

Linter passed, so it looks like CI was successful.

@lpinca
Copy link
Member

lpinca commented Oct 28, 2016

I don't think this needs to wait the full 48 hours.

I agree.

@mcollina
Copy link
Member

Sorry about this. Just to understand, isn't the linter run within the CI test?

@lpinca
Copy link
Member

lpinca commented Oct 28, 2016

@mcollina yes. I think linter failed here https://ci.nodejs.org/job/node-test-commit/5798/

@danbev
Copy link
Contributor Author

danbev commented Oct 28, 2016

I'll merge this. Thanks for the reviews!

danbev added a commit to danbev/node that referenced this pull request Oct 28, 2016
Currently, make lint is failing with the following error:
3:7  error  'common' is assigned a value but never used  no-unused-vars
✖ 1 problem (1 error, 0 warnings)

PR-URL: nodejs#9334
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
@danbev
Copy link
Contributor Author

danbev commented Oct 28, 2016

Landed in 690bded

@danbev danbev closed this Oct 28, 2016
@gibfahn
Copy link
Member

gibfahn commented Oct 28, 2016

@mcollina I try to always run make -j8 lint before I merge commits, even doc commits, just to be on the safe side. It only takes about 15 seconds.

evanlucas pushed a commit that referenced this pull request Nov 3, 2016
Currently, make lint is failing with the following error:
3:7  error  'common' is assigned a value but never used  no-unused-vars
✖ 1 problem (1 error, 0 warnings)

PR-URL: #9334
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
@MylesBorins
Copy link
Contributor

Does anyone know which commit broke the linter?

@lpinca
Copy link
Member

lpinca commented Nov 18, 2016

@thealphanerd AFAIK the linter worked fine, it was just overlooked, see #9334 (comment).

@danbev danbev deleted the fix-lint-issue-in-test-stream-writableState-ending.js branch January 17, 2017 07:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stream Issues and PRs related to the stream subsystem. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants