Navigation Menu

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

stream: Rename opts to options #34339

Closed

Conversation

rickyes
Copy link
Contributor

@rickyes rickyes commented Jul 13, 2020

As described in the documentation , the signature should be options.

Refs: https://nodejs.org/dist/latest-v14.x/docs/api/stream.html#stream_stream_finished_stream_options_callback

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

@rickyes
Copy link
Contributor Author

rickyes commented Jul 13, 2020

/cc @ronag @mcollina

@rickyes
Copy link
Contributor Author

rickyes commented Jul 14, 2020

It seems that github-bot has an exception and does not add the label automatically.

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

@targos targos added the stream Issues and PRs related to the stream subsystem. label Jul 14, 2020
@rickyes
Copy link
Contributor Author

rickyes commented Jul 14, 2020

Is ready

@ronag ronag added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jul 14, 2020
@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Jul 14, 2020

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

addaleax pushed a commit that referenced this pull request Jul 15, 2020
PR-URL: #34339
Refs: https://nodejs.org/dist/latest-v14.x/docs/api/stream.html#stream_stream_finished_stream_options_callback
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@addaleax
Copy link
Member

Landed in 48404a1

@addaleax addaleax closed this Jul 15, 2020
@rickyes rickyes deleted the rename-stream-finished-signature branch July 16, 2020 01:50
cjihrig pushed a commit that referenced this pull request Jul 23, 2020
PR-URL: #34339
Refs: https://nodejs.org/dist/latest-v14.x/docs/api/stream.html#stream_stream_finished_stream_options_callback
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Jul 27, 2020
PR-URL: #34339
Refs: https://nodejs.org/dist/latest-v14.x/docs/api/stream.html#stream_stream_finished_stream_options_callback
Reviewed-By: Robert Nagy <ronagy@icloud.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@ruyadorno ruyadorno mentioned this pull request Jul 28, 2020
@codebytere
Copy link
Member

codebytere commented Nov 2, 2020

Blocked to v12.x by #31527

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. stream Issues and PRs related to the stream subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants