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: use readableObjectMode public api for js stream #27655

Closed
wants to merge 1 commit into from

Conversation

antsmartian
Copy link
Contributor

@antsmartian antsmartian commented May 12, 2019

Added readableObjectMode and writableObjectMode to stream, so that we can remove instances like _readableState.* in code.

Refs: #445

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

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot nodejs-github-bot added the stream Issues and PRs related to the stream subsystem. label May 12, 2019
@nodejs-github-bot
Copy link
Collaborator

@ZYSzys
Copy link
Member

ZYSzys commented May 12, 2019

I think we need to add some tests for this.

@nodejs-github-bot
Copy link
Collaborator

@antsmartian
Copy link
Contributor Author

@mcollina PTAL.. Also, if getters/setters to be added in the prototype, I guess we need to document those as well.

@antsmartian antsmartian added the wip Issues and PRs that are still a work in progress. label May 12, 2019
@nodejs-github-bot
Copy link
Collaborator

@antsmartian antsmartian force-pushed the 445-js-stream branch 2 times, most recently from 98fae1c to 334b049 Compare May 13, 2019 01:52
@antsmartian antsmartian removed the wip Issues and PRs that are still a work in progress. label May 13, 2019
@antsmartian
Copy link
Contributor Author

@nodejs/streams @jasnell PTAL.. I have added the test cases and as well the relevant documentation. cc @ZYSzys .. Thanks..

@nodejs-github-bot
Copy link
Collaborator

doc/api/stream.md Outdated Show resolved Hide resolved
lib/stream.js Outdated Show resolved Hide resolved
lib/stream.js Outdated Show resolved Hide resolved
@lpinca
Copy link
Member

lpinca commented May 13, 2019

Did you benchmark this? getters used to add a noticeable overhead over direct property access.

lib/stream.js Outdated Show resolved Hide resolved
@antsmartian
Copy link
Contributor Author

@mcollina @lpinca PTAL.. Addressed your comments.
@lpinca I haven't run any benchmarks for this change. Will run them and update here.

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

@mcollina mcollina requested a review from addaleax May 13, 2019 14:55
lib/_stream_readable.js Outdated Show resolved Hide resolved
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.

Marking as request changes. Would you mind removing the setters?

Copy link
Member

@addaleax addaleax left a comment

Choose a reason for hiding this comment

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

LGTM with the setters removed

@nodejs-github-bot
Copy link
Collaborator

lib/_stream_readable.js Outdated Show resolved Hide resolved
lib/_stream_writable.js Outdated Show resolved Hide resolved
@antsmartian
Copy link
Contributor Author

@ZYSzys @mcollina PTAL..

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

@antsmartian antsmartian added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 19, 2019
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@addaleax
Copy link
Member

Landed in b4735ec 🎉

@addaleax addaleax closed this May 19, 2019
addaleax pushed a commit that referenced this pull request May 19, 2019
PR-URL: #27655
Refs: #445
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
targos pushed a commit that referenced this pull request May 20, 2019
PR-URL: #27655
Refs: #445
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
@BridgeAR BridgeAR mentioned this pull request May 21, 2019
4 tasks
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.

7 participants