-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: duplexify #39519
Closed
Closed
stream: duplexify #39519
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@nodejs/streams |
ronag
force-pushed
the
duplexify
branch
4 times, most recently
from
July 25, 2021 18:34
f2b9ae6
to
7904fb0
Compare
aduh95
reviewed
Jul 25, 2021
mcollina
reviewed
Jul 26, 2021
ronag
force-pushed
the
duplexify
branch
5 times, most recently
from
July 26, 2021 08:43
0bbf146
to
5a8110f
Compare
ronag
added
request-ci
Add this label to start a Jenkins CI on a PR.
and removed
needs-ci
PRs that need a full CI run.
labels
Jul 26, 2021
natalaglenn7
suggested changes
Jul 26, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Jul 26, 2021
ronag
force-pushed
the
duplexify
branch
7 times, most recently
from
July 26, 2021 09:11
dd724f6
to
ce3b597
Compare
ronag
added a commit
to nxtedition/node
that referenced
this pull request
Aug 20, 2021
PR-URL: nodejs#39519 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]>
ronag
added a commit
to nxtedition/node
that referenced
this pull request
Aug 20, 2021
PR-URL: nodejs#39519 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Backport-PR-URL: nodejs#39820
ronag
added a commit
to nxtedition/node
that referenced
this pull request
Aug 23, 2021
PR-URL: nodejs#39519 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Backport-PR-URL: nodejs#39820
targos
pushed a commit
that referenced
this pull request
Aug 23, 2021
PR-URL: #39519 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Backport-PR-URL: #39820
targos
added a commit
that referenced
this pull request
Aug 25, 2021
Notable changes: doc: * deprecate type coercion for `dns.lookup` options (Antoine du Hamel) #38906 stream: * (SEMVER-MINOR) add `stream.Duplex.from` utility (Robert Nagy) #39519 * (SEMVER-MINOR) add `isDisturbed` helper (Robert Nagy) #39628 util: * (SEMVER-MINOR) expose `toUSVString` (Robert Nagy) #39814 PR-URL: #39875
targos
added a commit
that referenced
this pull request
Aug 25, 2021
Notable changes: doc: * deprecate type coercion for `dns.lookup` options (Antoine du Hamel) #38906 stream: * (SEMVER-MINOR) add `stream.Duplex.from` utility (Robert Nagy) #39519 * (SEMVER-MINOR) add `isDisturbed` helper (Robert Nagy) #39628 util: * (SEMVER-MINOR) expose `toUSVString` (Robert Nagy) #39814 PR-URL: #39875
wwwzbwcom
pushed a commit
to wwwzbwcom/node
that referenced
this pull request
Aug 26, 2021
Notable changes: doc: * deprecate type coercion for `dns.lookup` options (Antoine du Hamel) nodejs#38906 stream: * (SEMVER-MINOR) add `stream.Duplex.from` utility (Robert Nagy) nodejs#39519 * (SEMVER-MINOR) add `isDisturbed` helper (Robert Nagy) nodejs#39628 util: * (SEMVER-MINOR) expose `toUSVString` (Robert Nagy) nodejs#39814 PR-URL: nodejs#39875
codebytere
added a commit
to electron/electron
that referenced
this pull request
Aug 30, 2021
jkleinsc
pushed a commit
to electron/electron
that referenced
this pull request
Aug 31, 2021
* chore: bump node in DEPS to v16.8.0 * build: add option to hide console window nodejs/node#39712 * chore: fixup patch indices * stream: duplexify nodejs/node#39519 Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Shelley Vohr <[email protected]>
debadree25
added a commit
to debadree25/node
that referenced
this pull request
Jan 7, 2023
debadree25
added a commit
to debadree25/node
that referenced
this pull request
Jan 12, 2023
nodejs-github-bot
pushed a commit
that referenced
this pull request
Jan 19, 2023
Refs: #39519 PR-URL: #46190 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
RafaelGSS
pushed a commit
that referenced
this pull request
Jan 20, 2023
Refs: #39519 PR-URL: #46190 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
debadree25
added a commit
to debadree25/node
that referenced
this pull request
Feb 27, 2023
Refs: nodejs#39519 PR-URL: nodejs#46190 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
debadree25
added a commit
to debadree25/node
that referenced
this pull request
Feb 27, 2023
Refs: nodejs#39519 PR-URL: nodejs#46190 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
debadree25
added a commit
to debadree25/node
that referenced
this pull request
May 23, 2023
Refs: nodejs#39519 PR-URL: nodejs#46190 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
danielleadams
pushed a commit
that referenced
this pull request
May 29, 2023
Refs: #39519 PR-URL: #46190 Backport-PR-URL: #46314 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Robert Nagy <[email protected]>
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.
notable-change
PRs with changes that should be highlighted in changelogs.
semver-minor
PRs that contain new features and should be released in the next minor version.
stream
Issues and PRs related to the stream subsystem.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Duplex.from
.makeDuplex
fromcompose
.{ readable, writable }
pairs andPromise
.compose
,pipeline
andfinished
.