Skip to content

tools: update ESLint, fix unused vars bug - #7601

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:unused-bugfix
Closed

tools: update ESLint, fix unused vars bug#7601
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:unused-bugfix

Conversation

@Trott

@TrottTrott commented Jul 7, 2016

Copy link
Copy Markdown
Member
Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

tools

Description of change

Update ESLint to 3.0.0. This includes an enhancement to no-unused-vars
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).

Labelling as in progress because this change depends on the following:

Ran dmn --f clean on everything here to shrink it down a little bit but the delta is still pretty big, unfortunately. Unavoidable, for the most part, I think. Ah well.

@TrottTrott added wip Issues and PRs that are still a work in progress. tools Issues and PRs related to the tools directory. labels Jul 7, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
@Trott

Copy link
Copy Markdown
MemberAuthor

All the PRs this depends on have landed. Rebased and force pushed. Removed in progress label.

CI: https://ci.nodejs.org/job/node-test-pull-request/3238/

@TrottTrott removed the wip Issues and PRs that are still a work in progress. label Jul 11, 2016
@Trott

Copy link
Copy Markdown
MemberAuthor

A few test failures in CI, all unrelated-looking but just in case, here's another CI run: https://ci.nodejs.org/job/node-test-pull-request/3239/

@Trott

Copy link
Copy Markdown
MemberAuthor

CI is green.

@Trott

Copy link
Copy Markdown
MemberAuthor

/cc @silverwind

@targos

Copy link
Copy Markdown
Member

lgtm

@silverwind

Copy link
Copy Markdown
Contributor

LGTM

Trott added a commit to Trott/io.js that referenced this pull request Jul 11, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: nodejs#7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@Trott

Copy link
Copy Markdown
MemberAuthor

Landed in e8a7003

@TrottTrott closed this Jul 11, 2016
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: #7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: #7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: #7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: #7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: #7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@MylesBorinsMylesBorins mentioned this pull request Jul 12, 2016
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: #7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Jul 14, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: #7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
evanlucas pushed a commit that referenced this pull request Jul 15, 2016
Update ESLint to 3.0.0. This includes an enhancement to `no-unused-vars`
such that it finds a few instances in our code base that it did not find
previously (fixed in previous commits readying this for landing).
PR-URL: #7601
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@evanlucasevanlucas mentioned this pull request Jul 18, 2016
@Trott
Trott deleted the unused-bugfix branch January 13, 2022 22:43
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Trott@targos@silverwind@MylesBorins