Skip to content

Conversation

@silverwind
Copy link
Contributor

Fixes a lint issue introduced in #11167.

cc: @jasnell

@silverwindsilverwind added the tools Issues and PRs related to the tools directory. label Mar 2, 2017
@nodejs-github-botnodejs-github-bot added the tools Issues and PRs related to the tools directory. label Mar 2, 2017
@silverwindsilverwind mentioned this pull request Mar 2, 2017
3 tasks
@addaleax
Copy link
Member

Doesn’t the linter catch issues in tools/doc/?

@silverwind
Copy link
ContributorAuthor

It does, but I simply forgot to run it after my latest change in that PR. Running make test now and will land afterwards.

Copy link
Member

@jasnelljasnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Let's fast track this to unbreak CI

@jasnell
Copy link
Member

jasnell pushed a commit that referenced this pull request Mar 2, 2017
PR-URL: #11658 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
@jasnell
Copy link
Member

Landed in 172be50

@jasnelljasnell closed this Mar 2, 2017
@silverwind
Copy link
ContributorAuthor

Thanks @jasnell. For the record, the issue happened because my workflow on that PR was basically

rm out/doc/api && make doc-only && make docopen 

I'll have to remember to actually run tests on that type of change too, because tests partially cover the doctool

@silverwindsilverwind deleted the fix-lint branch March 2, 2017 17:56
@jasnell
Copy link
Member

It's all good. I just did a lint check on this particular PR. You make want to do a full CI run just to make sure that everything else is still good.

@silverwind
Copy link
ContributorAuthor

make test passed locally, so it should be good.

@evanlucas
Copy link
Contributor

This is not landing cleanly on v7.x-staging. Mind submitting a backport PR?

@silverwind
Copy link
ContributorAuthor

There's three PRs that should land in tandem, I will do a backport once the last one lands.

#11167
#11658
#11697

silverwind added a commit to silverwind/node that referenced this pull request Mar 8, 2017
PR-URL: nodejs#11658 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
italoacasas pushed a commit to italoacasas/node that referenced this pull request Mar 13, 2017
PR-URL: nodejs#11658 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorins
Copy link
Contributor

do we want to backport to v6.x?

@silverwind
Copy link
ContributorAuthor

Backport in #13054

gibfahn pushed a commit that referenced this pull request May 16, 2017
PR-URL: #11658 Backport-PR-URL: #13054 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request May 18, 2017
PR-URL: #11658 Backport-PR-URL: #13054 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
silverwind added a commit to silverwind/node that referenced this pull request May 18, 2017
PR-URL: nodejs#11658 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
gibfahn pushed a commit to gibfahn/node that referenced this pull request Jun 17, 2017
PR-URL: nodejs#11658 Backport-PR-URL: nodejs#13054 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
gibfahn pushed a commit that referenced this pull request Jun 20, 2017
PR-URL: #11658 Backport-PR-URL: #13054 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
MylesBorins pushed a commit that referenced this pull request Jul 11, 2017
PR-URL: #11658 Backport-PR-URL: #13054 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
@MylesBorinsMylesBorins mentioned this pull request Jul 18, 2017
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.

8 participants

@silverwind@addaleax@jasnell@evanlucas@MylesBorins@lpinca@gibfahn@nodejs-github-bot