Skip to content

tools: add FileHandle to doc/type-parser.js - #18601

Closed
vsemozhetbyt wants to merge 1 commit into
nodejs:masterfrom
vsemozhetbyt:tools-type-parser-filehandle
Closed

tools: add FileHandle to doc/type-parser.js#18601
vsemozhetbyt wants to merge 1 commit into
nodejs:masterfrom
vsemozhetbyt:tools-type-parser-filehandle

Conversation

@vsemozhetbyt

@vsemozhetbytvsemozhetbyt commented Feb 6, 2018

Copy link
Copy Markdown
Contributor
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc, fs, tools

Refs: #18407
Refs: #18444

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. tools Issues and PRs related to the tools directory. labels Feb 6, 2018
@vsemozhetbytvsemozhetbyt added the fs Issues and PRs related to the fs subsystem / file system. label Feb 6, 2018
@vsemozhetbyt

vsemozhetbyt commented Feb 6, 2018

Copy link
Copy Markdown
ContributorAuthor

@vsemozhetbytvsemozhetbyt added the fast-track PRs that do not need to wait for 48 hours to land. label Feb 6, 2018
@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

Do I understand correctly that CI failure is unrelated? Should we wait till "all green"?

@apapirovski

apapirovski commented Feb 6, 2018

Copy link
Copy Markdown
Contributor

@vsemozhetbyt It is but I would suggest restarting it. Unless that box is down?

@vsemozhetbyt

vsemozhetbyt commented Feb 6, 2018

Copy link
Copy Markdown
ContributorAuthor

@apapirovski I will do, but I already restarted CI here and in another PR, it always fails recently, Maybe something wrong with machines.

New CI-lite: https://ci.nodejs.org/job/node-test-pull-request-lite/156/

@apapirovski

Copy link
Copy Markdown
Contributor

@vsemozhetbyt I pinged @nodejs/build on IRC. Hopefully they can have a look.

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Feb 6, 2018
@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

New green CI-lite: https://ci.nodejs.org/job/node-test-pull-request-lite/157/

(possible fix: #18605)

vsemozhetbyt added a commit that referenced this pull request Feb 6, 2018
PR-URL: #18601
Refs: #18407
Refs: #18444
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@vsemozhetbyt

Copy link
Copy Markdown
ContributorAuthor

Landed in bff5d5b

@vsemozhetbyt
vsemozhetbyt deleted the tools-type-parser-filehandle branch February 6, 2018 22:29
@MylesBorins

Copy link
Copy Markdown
Contributor

With a quick look it appears this only applies to the promise fs apis, if mistaken please change labels and open a backport

MayaLekova pushed a commit to MayaLekova/node that referenced this pull request May 8, 2018
PR-URL: nodejs#18601
Refs: nodejs#18407
Refs: nodejs#18444
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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.docIssues and PRs related to the documentations.fast-trackPRs that do not need to wait for 48 hours to land.fsIssues and PRs related to the fs subsystem / file system.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@vsemozhetbyt@apapirovski@MylesBorins@lpinca@cjihrig@BridgeAR@nodejs-github-bot