Skip to content

doc: specify how to detect EOF - #35445

Merged
lpinca merged 1 commit into
nodejs:masterfrom
lpinca:fix/issue-35363
Oct 4, 2020
Merged

doc: specify how to detect EOF#35445
lpinca merged 1 commit into
nodejs:masterfrom
lpinca:fix/issue-35363

Conversation

@lpinca

Copy link
Copy Markdown
Member

Specify how to detect end-of-file when using fs.read() and
filehandle.read().

Fixes: #35363

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Oct 1, 2020
@lpincalpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 1, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 1, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Comment threaddoc/api/fs.md Outdated
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Specify how to detect end-of-file when using `fs.read()` and
`filehandle.read()`.
PR-URL: nodejs#35445Fixes: nodejs#35363
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
@lpinca
lpinca merged commit 0f9170e into nodejs:masterOct 4, 2020
@lpinca

Copy link
Copy Markdown
MemberAuthor

Landed in 0f9170e.

@lpinca
lpinca deleted the fix/issue-35363 branch October 4, 2020 06:03
danielleadams pushed a commit that referenced this pull request Oct 6, 2020
Specify how to detect end-of-file when using `fs.read()` and
`filehandle.read()`.
PR-URL: #35445Fixes: #35363
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
@danielleadamsdanielleadams mentioned this pull request Oct 6, 2020
joesepi pushed a commit to joesepi/node that referenced this pull request Jan 8, 2021
Specify how to detect end-of-file when using `fs.read()` and
`filehandle.read()`.
PR-URL: nodejs#35445Fixes: nodejs#35363
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Zeyu Yang <himself65@outlook.com>
Reviewed-By: Andrey Pechkurov <apechkurov@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fs.read documentation does not specify how to detect EOF condition

9 participants

@lpinca@nodejs-github-bot@jasnell@Trott@addaleax@cjihrig@gireeshpunathil@himself65@puzpuzpuz