Skip to content

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

@addaleax

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-botnodejs-github-bot added doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem. labels May 15, 2020

@mcollinamcollina 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.

lgtm

@addaleaxaddaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 15, 2020
@MylesBorins

Copy link
Copy Markdown
Contributor

fastrack?

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

Copy link
Copy Markdown
MemberAuthor

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

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
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>
@codebyterecodebytere mentioned this pull request May 18, 2020
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.streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@addaleax@MylesBorins@mcollina@cjihrig@devsnek@codebytere@nodejs-github-bot