-
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
Land #34035 on v14 (stream: simpler Readable async iterator) #34680
Labels
stream
Issues and PRs related to the stream subsystem.
Comments
ronag
added
stream
Issues and PRs related to the stream subsystem.
tsc-agenda
Issues and PRs to discuss during the meetings of the TSC.
labels
Aug 8, 2020
@ronag would you be able to make the TSC meeting on Thursday to lead the discussion on this since its tagged for the agenda? |
@mhdawson: sure |
@ronag thanks. Emailed you the info you'll need to join the zoom. |
mhdawson
removed
the
tsc-agenda
Issues and PRs to discuss during the meetings of the TSC.
label
Aug 17, 2020
4 tasks
richardlau
pushed a commit
that referenced
this issue
Sep 7, 2020
Useful for future PR's to resolve situations where e.g. finished() is invoked on an already errored streams. PR-URL: #34103 Backport-PR-URL: #34887 Refs: #34680 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
richardlau
pushed a commit
that referenced
this issue
Sep 7, 2020
Useful for future PR's to resolve situations where e.g. finished() is invoked on an already errored streams. PR-URL: #34103 Backport-PR-URL: #34887 Refs: #34680 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
MylesBorins
pushed a commit
that referenced
this issue
Oct 15, 2020
includes: * stream: simpler and faster Readable async iterator * stream: don't destroy on async iterator success * stream: async iterator stop read if destroyed PR-URL: #34887 Refs: #34035 Refs: #35122 Refs: #35640 Refs: #34680 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Assuming it landed in 573410f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@nodejs/tsc @mcollina @benjamingr I defensively marked #34035 as semver-major. However, it would be nice to land this on v14 as it might become the basis for future semver-minor changes.
The text was updated successfully, but these errors were encountered: