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

string_decoder: fix number of replacement chars #22709

Closed
wants to merge 2 commits into from

Conversation

addaleax
Copy link
Member

@addaleax addaleax commented Sep 5, 2018

Fixes: #22626

Tentatively labeling as semver-major.

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

@addaleax addaleax added semver-major PRs that contain breaking changes and should be released in the next major version. string_decoder Issues and PRs related to the string_decoder subsystem. labels Sep 5, 2018
@nodejs-github-bot nodejs-github-bot added buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. labels Sep 5, 2018
@addaleax addaleax removed the buffer Issues and PRs related to the buffer subsystem. label Sep 5, 2018
@addaleax
Copy link
Member Author

addaleax commented Sep 6, 2018

@addaleax
Copy link
Member Author

addaleax commented Sep 9, 2018

Resume CI: https://ci.nodejs.org/job/node-test-pull-request/17094/

This needs one more TSC review – not very urgent, though :)

@addaleax
Copy link
Member Author

Resume² CI: https://ci.nodejs.org/job/node-test-pull-request/17247/

Adding tsc-review, as a low-noise way to maybe attract another TSC reviewer?

@addaleax
Copy link
Member Author

@addaleax
Copy link
Member Author

CI is green … @nodejs/tsc can somebody review this?

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

LGTM

@addaleax addaleax added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 24, 2018
@addaleax
Copy link
Member Author

Landed in 06f6ac1, 1b27428

@addaleax addaleax closed this Sep 24, 2018
@addaleax addaleax deleted the string-decoder branch September 24, 2018 20:22
addaleax added a commit that referenced this pull request Sep 24, 2018
Fixes: #22626

PR-URL: #22709
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
addaleax added a commit that referenced this pull request Sep 24, 2018
PR-URL: #22709
Fixes: #22626
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
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 pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. semver-major PRs that contain breaking changes and should be released in the next major version. string_decoder Issues and PRs related to the string_decoder subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants