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

doc: fix stream example by addaleax · Pull Request #33426 · nodejs/node · GitHub

/ node Public

doc: fix stream example - #33426

Closed
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:stream-example-setencoding
Closed

doc: fix stream example#33426
addaleax wants to merge 1 commit into
nodejs:masterfrom
addaleax:stream-example-setencoding

Conversation

Copy link
Copy Markdown
Member
  • Un-break the code for multibyte characters
  • Get fs.createReadStream from the right module
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

- Un-break the code for multibyte characters
- Get `fs.createReadStream` from the right module
nodejs-github-bot added doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem. labels May 15, 2020

mcollina left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

lgtm

addaleax added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label May 15, 2020

Copy link
Copy Markdown
Contributor

fastrack?

MylesBorins added the fast-track PRs that do not need to wait for 48 hours to land. label May 16, 2020

Copy link
Copy Markdown
Member Author

Landed in 0f232ed, thanks for the quick reviews :)

addaleax closed this May 16, 2020
addaleax added a commit that referenced this pull request May 16, 2020
- Un-break the code for multibyte characters
- Get `fs.createReadStream` from the right module

PR-URL: #33426
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
addaleax deleted the stream-example-setencoding branch May 16, 2020 00:29
codebytere pushed a commit that referenced this pull request May 16, 2020
- Un-break the code for multibyte characters
- Get `fs.createReadStream` from the right module

PR-URL: #33426
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
codebytere mentioned this pull request May 18, 2020
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

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land. stream Issues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL