FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: specify how to detect EOF by lpinca · Pull Request #35445 · nodejs/node · GitHub

/ node Public

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 commented Oct 1, 2020

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-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
lpinca added the request-ci Add this label to start a Jenkins CI on a PR. label Oct 1, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Oct 1, 2020

Copy link
Copy Markdown
Collaborator

Comment thread doc/api/fs.md Outdated

Copy link
Copy Markdown
Collaborator

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

PR-URL: nodejs#35445
Fixes: 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 merged commit 0f9170e into nodejs:master Oct 4, 2020

lpinca commented Oct 4, 2020

Copy link
Copy Markdown
Member Author

Landed in 0f9170e.

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: #35445
Fixes: #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>
danielleadams 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#35445
Fixes: 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. fs Issues 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


Back | FazBrowse Home | New Git URL