Skip to content

fs: Use constant kWriteFileMaxChunkSize - #32640

Closed
rickyes wants to merge 1 commit into
nodejs:masterfrom
rickyes:refactor-fs-read-write-chunksize
Closed

fs: Use constant kWriteFileMaxChunkSize#32640
rickyes wants to merge 1 commit into
nodejs:masterfrom
rickyes:refactor-fs-read-write-chunksize

Conversation

@rickyes

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

@nodejs-github-botnodejs-github-bot added the fs Issues and PRs related to the fs subsystem / file system. label Apr 3, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@rickyes

rickyes commented Apr 16, 2020

Copy link
Copy Markdown
ContributorAuthor

looks like the CI error has nothing to do with PR. What can I do to allow landing ? @puzpuzpuz

@puzpuzpuz

Copy link
Copy Markdown
Member

looks like the CI error has nothing to do with PR. What can I do to allow landing ? @puzpuzpuz

Let me start CI build for this one. Once we get a green build, this PR can be landed.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

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

@rickyes

Copy link
Copy Markdown
ContributorAuthor

looks like the CI error has nothing to do with PR. What can I do to allow landing ? @puzpuzpuz

Let me start CI build for this one. Once we get a green build, this PR can be landed.

OK, It looks like get a green build.

@puzpuzpuz

Copy link
Copy Markdown
Member

OK, It looks like get a green build.

Thanks for the heads-up (and for the contribution). Going to land this one now.

puzpuzpuz pushed a commit that referenced this pull request Apr 20, 2020
PR-URL: #32640
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
@puzpuzpuz

Copy link
Copy Markdown
Member

Landed in 33a5cd5

@rickyes
rickyes deleted the refactor-fs-read-write-chunksize branch April 20, 2020 17:17
BethGriggs pushed a commit that referenced this pull request Apr 27, 2020
PR-URL: #32640
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
@BethGriggsBethGriggs mentioned this pull request Apr 27, 2020
BridgeAR pushed a commit that referenced this pull request Apr 28, 2020
PR-URL: #32640
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
@BridgeARBridgeAR mentioned this pull request Apr 28, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fsIssues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@rickyes@nodejs-github-bot@puzpuzpuz@jasnell@addaleax@awibox@cjihrig@devnexen@targos