X Tutup
The Wayback Machine - https://web.archive.org/web/20220423194830/https://github.com/nodejs/node/pull/35585
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a statement in the string_decoder.md #35585

Closed
wants to merge 2 commits into from

Conversation

Copy link
Contributor

@PoojaDurgad PoojaDurgad commented Oct 10, 2020

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added doc string_decoder labels Oct 10, 2020
@@ -71,6 +71,7 @@ substitution characters appropriate for the character encoding.

If the `buffer` argument is provided, one final call to `stringDecoder.write()`
is performed before returning the remaining input.
After `end` is called, the `stringDecoder` object can be reused for new input.
Copy link
Member

@Trott Trott Oct 11, 2020

Choose a reason for hiding this comment

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

Suggested change
After `end` is called, the `stringDecoder` object can be reused for new input.
After `end()` is called, the `stringDecoder` object can be reused for new input.

Copy link
Contributor Author

@PoojaDurgad PoojaDurgad Oct 12, 2020

Choose a reason for hiding this comment

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

@Trott - thanks for the review, I have followed your suggestion. Please have a look.

@lpinca lpinca added the request-ci label Oct 19, 2020
@github-actions github-actions bot removed the request-ci label Oct 19, 2020
@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Oct 19, 2020

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Oct 20, 2020

@nodejs-github-bot
Copy link
Contributor

@nodejs-github-bot nodejs-github-bot commented Oct 20, 2020

gireeshpunathil pushed a commit that referenced this issue Oct 20, 2020
PR-URL: #35585
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@gireeshpunathil
Copy link
Member

@gireeshpunathil gireeshpunathil commented Oct 20, 2020

landed in 50103bf

BethGriggs pushed a commit that referenced this issue Oct 21, 2020
PR-URL: #35585
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@BethGriggs BethGriggs mentioned this pull request Oct 21, 2020
BethGriggs pushed a commit that referenced this issue Dec 8, 2020
PR-URL: #35585
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
BethGriggs pushed a commit that referenced this issue Dec 10, 2020
PR-URL: #35585
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@BethGriggs BethGriggs mentioned this pull request Dec 10, 2020
BethGriggs pushed a commit that referenced this issue Dec 15, 2020
PR-URL: #35585
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc string_decoder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants
X Tutup