stream: save error in state by ronag · Pull Request #34103 · nodejs/node

@nodejs-github-bot added the stream

Issues and PRs related to the stream subsystem.

label

Jun 28, 2020

@ronag ronag mentioned this pull request

Jun 28, 2020

4 tasks

@ronag ronag added the help wanted

Issues that need assistance from volunteers or PRs that need help to proceed.

label

Jun 28, 2020

@ronag ronag mentioned this pull request

Jun 28, 2020

25 tasks

@mcollina mcollina added the semver-major

PRs that contain breaking changes and should be released in the next major version.

label

Jun 28, 2020

mcollina

lundibundi

@ronag ronag removed the help wanted

Issues that need assistance from volunteers or PRs that need help to proceed.

label

Jun 29, 2020

@ronag ronag added the author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

label

Jun 29, 2020

addaleax

lpinca

addaleax

ronag added a commit that referenced this pull request

Jul 1, 2020
Useful for future PR's to resolve situations where e.g. finished()
is invoked on an already errored streams.

PR-URL: #34103
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>

This was referenced

Jul 2, 2020

This was referenced

Jul 5, 2020

@ronag ronag mentioned this pull request

Aug 23, 2020

4 tasks

richardlau pushed a commit that referenced this pull request

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 pull request

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 added a commit that referenced this pull request

Sep 7, 2020
Notable changes:

- buffer: also alias BigUInt methods (Anna Henningsen)
  #34960
- crypto: add randomInt function (Oli Lalonde)
  #34600
- perf_hooks: add idleTime and event loop util (Trevor Norris)
  #34938
- stream: simpler and faster Readable async iterator (Robert Nagy)
  #34035
- stream: save error in state (Robert Nagy)
  #34103

PR-URL: #35023

richardlau added a commit that referenced this pull request

Sep 8, 2020
Notable changes:

- buffer: also alias BigUInt methods (Anna Henningsen)
  #34960
- crypto: add randomInt function (Oli Lalonde)
  #34600
- perf_hooks: add idleTime and event loop util (Trevor Norris)
  #34938
- stream: simpler and faster Readable async iterator (Robert Nagy)
  #34035
- stream: save error in state (Robert Nagy)
  #34103

PR-URL: #35023

Conflicts:
	src/node_version.h

joesepi pushed a commit to joesepi/node that referenced this pull request

Jan 8, 2021
Notable changes:

- buffer: also alias BigUInt methods (Anna Henningsen)
  nodejs#34960
- crypto: add randomInt function (Oli Lalonde)
  nodejs#34600
- perf_hooks: add idleTime and event loop util (Trevor Norris)
  nodejs#34938
- stream: simpler and faster Readable async iterator (Robert Nagy)
  nodejs#34035
- stream: save error in state (Robert Nagy)
  nodejs#34103

PR-URL: nodejs#35023

Conflicts:
	src/node_version.h

@ronag ronag mentioned this pull request

Jan 6, 2023