X Tutup
The Wayback Machine - https://web.archive.org/web/20220509111953/https://github.com/nodejs/node/pull/42682
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

doc: remove unneeded new in Buffer example #42682

Merged
merged 1 commit into from Apr 10, 2022

Conversation

Copy link
Contributor

@mischnic mischnic commented Apr 10, 2022

new Buffer.from([]) does actually work, but it's not really the intended usage (and it's not consistent with the other examples)

@nodejs-github-bot nodejs-github-bot added buffer doc labels Apr 10, 2022
@Trott Trott added fast-track author ready labels Apr 10, 2022
@github-actions
Copy link

@github-actions github-actions bot commented Apr 10, 2022

Fast-track has been requested by @Trott. Please 👍 to approve.

@Trott Trott added fast-track and removed fast-track labels Apr 10, 2022
@github-actions
Copy link

@github-actions github-actions bot commented Apr 10, 2022

Fast-track has been requested by @Trott. Please 👍 to approve.

@marsonya marsonya added the commit-queue label Apr 10, 2022
@nodejs-github-bot nodejs-github-bot added commit-queue-failed and removed commit-queue labels Apr 10, 2022
@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Apr 10, 2022

Commit Queue failed
- Loading data for nodejs/node/pull/42682
✔  Done loading data for nodejs/node/pull/42682
----------------------------------- PR info ------------------------------------
Title      doc: remove unneeded new in Buffer example (#42682)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     mischnic:patch-1 -> nodejs:master
Labels     buffer, doc, fast-track, author ready
Commits    1
 - doc: remove unneeded new in Buffer example
Committers 1
 - GitHub 
PR-URL: https://github.com/nodejs/node/pull/42682
Reviewed-By: Mestery 
Reviewed-By: Antoine du Hamel 
Reviewed-By: Mohammed Keyvanzadeh 
Reviewed-By: Tobias Nießen 
Reviewed-By: Rich Trott 
Reviewed-By: Darshan Sen 
Reviewed-By: Luigi Pinca 
Reviewed-By: Akhil Marsonya 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/42682
Reviewed-By: Mestery 
Reviewed-By: Antoine du Hamel 
Reviewed-By: Mohammed Keyvanzadeh 
Reviewed-By: Tobias Nießen 
Reviewed-By: Rich Trott 
Reviewed-By: Darshan Sen 
Reviewed-By: Luigi Pinca 
Reviewed-By: Akhil Marsonya 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Sun, 10 Apr 2022 08:59:39 GMT
   ✔  Approvals: 8
   ✔  - Mestery (@Mesteery): https://github.com/nodejs/node/pull/42682#pullrequestreview-937234073
   ✔  - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/42682#pullrequestreview-937252973
   ✔  - Mohammed Keyvanzadeh (@VoltrexMaster): https://github.com/nodejs/node/pull/42682#pullrequestreview-937260732
   ✔  - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/42682#pullrequestreview-937263917
   ✔  - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/42682#pullrequestreview-937264955
   ✔  - Darshan Sen (@RaisinTen) (TSC): https://github.com/nodejs/node/pull/42682#pullrequestreview-937269586
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/42682#pullrequestreview-937313392
   ✔  - Akhil Marsonya (@marsonya): https://github.com/nodejs/node/pull/42682#pullrequestreview-937314254
   ℹ  This PR is being fast-tracked
   ✖  The fast-track request requires at least one collaborator's approval (👍).
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/2144740639

@aduh95 aduh95 added commit-queue and removed commit-queue-failed labels Apr 10, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue label Apr 10, 2022
@nodejs-github-bot nodejs-github-bot merged commit 951dbc0 into nodejs:master Apr 10, 2022
30 checks passed
@nodejs-github-bot
Copy link

@nodejs-github-bot nodejs-github-bot commented Apr 10, 2022

Landed in 951dbc0

xtx1130 pushed a commit to xtx1130/node that referenced this issue Apr 25, 2022
PR-URL: nodejs#42682
Reviewed-By: Mestery <mestery@protonmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready buffer doc fast-track
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants
X Tutup