Skip to content

doc: buffer.fill empty value - #45794

Merged
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
marco-ippolito:doc/buffer-fill-empty
Dec 12, 2022
Merged

doc: buffer.fill empty value#45794
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
marco-ippolito:doc/buffer-fill-empty

Conversation

@marco-ippolito

@marco-ippolitomarco-ippolito commented Dec 9, 2022

Copy link
Copy Markdown
Member

Resolves: #45727
The doc is missing the case where the Buffer.fill value is empty.
I've created a test (not sure if necessary) and added the behaviour to the doc

@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Dec 9, 2022
@marco-ippolitomarco-ippolito changed the title doc: Buffer.fill empty valuedoc: buffer.fill empty valueDec 9, 2022
Comment threaddoc/api/buffer.md Outdated
Co-authored-by: mscdex <mscdex@users.noreply.github.com>
@anonriganonrig added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 10, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 10, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@ShogunPandaShogunPanda left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM!

And no, there are never enough tests.

@ShogunPandaShogunPanda added commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels Dec 12, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 12, 2022
@nodejs-github-bot
nodejs-github-bot merged commit c6c3eea into nodejs:mainDec 12, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in c6c3eea

targos pushed a commit that referenced this pull request Dec 12, 2022
PR-URL: #45794Fixes: #45727
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
@targostargos mentioned this pull request Dec 12, 2022
targos pushed a commit that referenced this pull request Dec 13, 2022
PR-URL: #45794Fixes: #45727
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
danielleadams pushed a commit that referenced this pull request Dec 30, 2022
PR-URL: #45794Fixes: #45727
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
danielleadams pushed a commit that referenced this pull request Jan 3, 2023
PR-URL: #45794Fixes: #45727
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
danielleadams pushed a commit that referenced this pull request Jan 5, 2023
PR-URL: #45794Fixes: #45727
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit-queue-squashAdd this label to instruct the Commit Queue to squash all the PR commits into the first one.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The behavior of Buffer’s methods with an empty fill has not been documented.

5 participants

@marco-ippolito@nodejs-github-bot@mscdex@ShogunPanda@anonrig