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: fix errors in Web Streams doc #42862

Merged
merged 5 commits into from
May 3, 2022

Conversation

y1d7ng
Copy link
Contributor

@y1d7ng y1d7ng commented Apr 25, 2022

  • fix typo.
  • replace transform.writable with destination in readableStream.pipeTo(destination, options) options description.

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Apr 25, 2022
doc/api/webstreams.md Outdated Show resolved Hide resolved
doc/api/webstreams.md Outdated Show resolved Hide resolved
doc/api/webstreams.md Outdated Show resolved Hide resolved
doc/api/webstreams.md Outdated Show resolved Hide resolved
doc/api/webstreams.md Outdated Show resolved Hide resolved
@Trott Trott added the commit-queue Add this label to land a pull request using GitHub Actions. label May 2, 2022
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels May 2, 2022
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/42862
FetchError: Invalid response body while trying to fetch https://api.github.com/graphql: Premature close
    at consumeBody (file:///opt/hostedtoolcache/node/16.14.2/x64/lib/node_modules/node-core-utils/node_modules/node-fetch/src/body.js:234:60)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Response.text (file:///opt/hostedtoolcache/node/16.14.2/x64/lib/node_modules/node-core-utils/node_modules/node-fetch/src/body.js:158:18)
    at async Request.json (file:///opt/hostedtoolcache/node/16.14.2/x64/lib/node_modules/node-core-utils/lib/request.js:51:18)
    at async Request.query (file:///opt/hostedtoolcache/node/16.14.2/x64/lib/node_modules/node-core-utils/lib/request.js:109:20)
    at async Request.queryAll (file:///opt/hostedtoolcache/node/16.14.2/x64/lib/node_modules/node-core-utils/lib/request.js:136:20)
    at async Request.gql (file:///opt/hostedtoolcache/node/16.14.2/x64/lib/node_modules/node-core-utils/lib/request.js:66:22)
    at async PRData.getComments (file:///opt/hostedtoolcache/node/16.14.2/x64/lib/node_modules/node-core-utils/lib/pr_data.js:97:21)
    at async Promise.all (index 2)
    at async Promise.all (index 1) {
  type: 'system',
  errno: 'ERR_STREAM_PREMATURE_CLOSE',
  code: 'ERR_STREAM_PREMATURE_CLOSE',
  erroredSysCall: undefined
}
https://github.com/nodejs/node/actions/runs/2260945403

@Trott Trott added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels May 2, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 2, 2022
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/42862
✔  Done loading data for nodejs/node/pull/42862
----------------------------------- PR info ------------------------------------
Title      doc: fix errors in Web Streams doc (#42862)
Author     OneNail  (@OneNail)
Branch     OneNail:doc-webstream -> nodejs:master
Labels     doc
Commits    5
 - doc: fix errors in Web Streams doc
 - doc: fix typo
 - Update doc/api/webstreams.md
 - Update doc/api/webstreams.md
 - Update doc/api/webstreams.md
Committers 2
 - OneNail 
 - GitHub 
PR-URL: https://github.com/nodejs/node/pull/42862
Reviewed-By: Luigi Pinca 
Reviewed-By: Mohammed Keyvanzadeh 
Reviewed-By: Mestery 
Reviewed-By: Harshitha K P 
Reviewed-By: Akhil Marsonya 
Reviewed-By: Zeyu Yang 
Reviewed-By: Rich Trott 
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/42862
Reviewed-By: Luigi Pinca 
Reviewed-By: Mohammed Keyvanzadeh 
Reviewed-By: Mestery 
Reviewed-By: Harshitha K P 
Reviewed-By: Akhil Marsonya 
Reviewed-By: Zeyu Yang 
Reviewed-By: Rich Trott 
--------------------------------------------------------------------------------
   ℹ  This PR was created on Mon, 25 Apr 2022 06:45:14 GMT
   ✔  Approvals: 7
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/42862#pullrequestreview-952311635
   ✔  - Mohammed Keyvanzadeh (@VoltrexMaster): https://github.com/nodejs/node/pull/42862#pullrequestreview-952482047
   ✔  - Mestery (@Mesteery): https://github.com/nodejs/node/pull/42862#pullrequestreview-953269826
   ✔  - Harshitha K P (@HarshithaKP): https://github.com/nodejs/node/pull/42862#pullrequestreview-953674890
   ✔  - Akhil Marsonya (@marsonya): https://github.com/nodejs/node/pull/42862#pullrequestreview-953821822
   ✔  - Zeyu Yang (@himself65): https://github.com/nodejs/node/pull/42862#pullrequestreview-957158392
   ✔  - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/42862#pullrequestreview-959574283
   ✔  Last GitHub CI successful
   ℹ  Green GitHub CI is sufficient
--------------------------------------------------------------------------------
   ✔  No git cherry-pick in progress
   ✔  No git am in progress
   ✔  No git rebase in progress
--------------------------------------------------------------------------------
- Bringing origin/master up to date...
From https://github.com/nodejs/node
 * branch                  master     -> FETCH_HEAD
✔  origin/master is now up-to-date
- Downloading patch for 42862
From https://github.com/nodejs/node
 * branch                  refs/pull/42862/merge -> FETCH_HEAD
✔  Fetched commits as f6f95bf61e84..887ef9ec9b6a
--------------------------------------------------------------------------------
[master 5347d5e3b4] doc: fix errors in Web Streams doc
 Author: OneNail 
 Date: Mon Apr 25 14:24:10 2022 +0800
 1 file changed, 6 insertions(+), 7 deletions(-)
[master 8cad95eee8] doc: fix typo
 Author: OneNail 
 Date: Mon Apr 25 15:36:25 2022 +0800
 1 file changed, 4 insertions(+), 4 deletions(-)
[master 740821baa7] Update doc/api/webstreams.md
 Author: Rich Trott 
 Date: Mon May 2 14:15:01 2022 -0700
 1 file changed, 1 insertion(+), 1 deletion(-)
[master eb0bd6302b] Update doc/api/webstreams.md
 Author: Rich Trott 
 Date: Mon May 2 14:15:33 2022 -0700
 1 file changed, 1 insertion(+), 1 deletion(-)
[master f4fe55fe74] Update doc/api/webstreams.md
 Author: Rich Trott 
 Date: Mon May 2 14:15:56 2022 -0700
 1 file changed, 1 insertion(+), 1 deletion(-)
   ✔  Patches applied
There are 5 commits in the PR. Attempting autorebase.
Rebasing (2/10)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
doc: fix errors in Web Streams doc

PR-URL: #42862
Reviewed-By: Luigi Pinca [email protected]
Reviewed-By: Mohammed Keyvanzadeh [email protected]
Reviewed-By: Mestery [email protected]
Reviewed-By: Harshitha K P [email protected]
Reviewed-By: Akhil Marsonya [email protected]
Reviewed-By: Zeyu Yang [email protected]
Reviewed-By: Rich Trott [email protected]

[detached HEAD 3f0ea992da] doc: fix errors in Web Streams doc
Author: OneNail [email protected]
Date: Mon Apr 25 14:24:10 2022 +0800
1 file changed, 6 insertions(+), 7 deletions(-)
Rebasing (3/10)
Rebasing (4/10)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
doc: fix typo

PR-URL: #42862
Reviewed-By: Luigi Pinca [email protected]
Reviewed-By: Mohammed Keyvanzadeh [email protected]
Reviewed-By: Mestery [email protected]
Reviewed-By: Harshitha K P [email protected]
Reviewed-By: Akhil Marsonya [email protected]
Reviewed-By: Zeyu Yang [email protected]
Reviewed-By: Rich Trott [email protected]

[detached HEAD b47391e56a] doc: fix typo
Author: OneNail [email protected]
Date: Mon Apr 25 15:36:25 2022 +0800
1 file changed, 4 insertions(+), 4 deletions(-)
Rebasing (5/10)
Rebasing (6/10)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
Update doc/api/webstreams.md

PR-URL: #42862
Reviewed-By: Luigi Pinca [email protected]
Reviewed-By: Mohammed Keyvanzadeh [email protected]
Reviewed-By: Mestery [email protected]
Reviewed-By: Harshitha K P [email protected]
Reviewed-By: Akhil Marsonya [email protected]
Reviewed-By: Zeyu Yang [email protected]
Reviewed-By: Rich Trott [email protected]

[detached HEAD fa09b4fd5d] Update doc/api/webstreams.md
Author: Rich Trott [email protected]
Date: Mon May 2 14:15:01 2022 -0700
1 file changed, 1 insertion(+), 1 deletion(-)
Rebasing (7/10)
Rebasing (8/10)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
Update doc/api/webstreams.md

PR-URL: #42862
Reviewed-By: Luigi Pinca [email protected]
Reviewed-By: Mohammed Keyvanzadeh [email protected]
Reviewed-By: Mestery [email protected]
Reviewed-By: Harshitha K P [email protected]
Reviewed-By: Akhil Marsonya [email protected]
Reviewed-By: Zeyu Yang [email protected]
Reviewed-By: Rich Trott [email protected]

[detached HEAD 7b8933f891] Update doc/api/webstreams.md
Author: Rich Trott [email protected]
Date: Mon May 2 14:15:33 2022 -0700
1 file changed, 1 insertion(+), 1 deletion(-)
Rebasing (9/10)
Rebasing (10/10)

Executing: git node land --amend --yes
--------------------------------- New Message ----------------------------------
Update doc/api/webstreams.md

PR-URL: #42862
Reviewed-By: Luigi Pinca [email protected]
Reviewed-By: Mohammed Keyvanzadeh [email protected]
Reviewed-By: Mestery [email protected]
Reviewed-By: Harshitha K P [email protected]
Reviewed-By: Akhil Marsonya [email protected]
Reviewed-By: Zeyu Yang [email protected]
Reviewed-By: Rich Trott [email protected]

[detached HEAD d2fd767897] Update doc/api/webstreams.md
Author: Rich Trott [email protected]
Date: Mon May 2 14:15:56 2022 -0700
1 file changed, 1 insertion(+), 1 deletion(-)

Successfully rebased and updated refs/heads/master.

ℹ Use --fixupAll option, squash the PR manually or land the PR from the command line.

https://github.com/nodejs/node/actions/runs/2260993126

@nodejs-github-bot nodejs-github-bot added the commit-queue-failed An error occurred while landing this pull request using GitHub Actions. label May 2, 2022
@y1d7ng
Copy link
Contributor Author

y1d7ng commented May 2, 2022

need to use commit-queue-squash?

@Trott Trott added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels May 3, 2022
@Trott Trott added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label May 3, 2022
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 3, 2022
@nodejs-github-bot nodejs-github-bot merged commit 2be5966 into nodejs:master May 3, 2022
@nodejs-github-bot
Copy link
Collaborator

Landed in 2be5966

RafaelGSS pushed a commit that referenced this pull request May 10, 2022
PR-URL: #42862
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: Harshitha K P <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Zeyu Yang <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
@RafaelGSS RafaelGSS mentioned this pull request May 10, 2022
@y1d7ng y1d7ng deleted the doc-webstream branch May 18, 2022 15:49
juanarbol pushed a commit that referenced this pull request May 31, 2022
PR-URL: #42862
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: Harshitha K P <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Zeyu Yang <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
danielleadams pushed a commit that referenced this pull request Jun 27, 2022
PR-URL: #42862
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: Harshitha K P <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Zeyu Yang <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
targos pushed a commit that referenced this pull request Jul 12, 2022
PR-URL: #42862
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: Harshitha K P <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Zeyu Yang <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
targos pushed a commit that referenced this pull request Jul 31, 2022
PR-URL: #42862
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: Harshitha K P <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Zeyu Yang <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
guangwong pushed a commit to noslate-project/node that referenced this pull request Oct 10, 2022
PR-URL: nodejs/node#42862
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
Reviewed-By: Mestery <[email protected]>
Reviewed-By: Harshitha K P <[email protected]>
Reviewed-By: Akhil Marsonya <[email protected]>
Reviewed-By: Zeyu Yang <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants