Skip to content

Conversation

@ronag
Copy link
Member

@ronagronag commented Nov 13, 2021

Both of these should always refer to the same error, hence there is no reason to separate them.

Refs: #40696

Both of these should always refer to the same error, hence there is no reason to separate them.
@ronagronag added the stream Issues and PRs related to the stream subsystem. label Nov 13, 2021
@ronagronag requested a review from mcollinaNovember 13, 2021 12:43
@ronag
Copy link
MemberAuthor

@nodejs/streams

@nodejs-github-botnodejs-github-bot added the needs-ci PRs that need a full CI run. label Nov 13, 2021
@mscdexmscdex added the semver-major PRs that contain breaking changes and should be released in the next major version. label Nov 13, 2021
called in order to fully uncork the stream.

##### `writable.writableErrored`
##### `writable.errored`
Copy link
Member

Choose a reason for hiding this comment

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

needs changes: entries?

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

These props have never made it to any release... is that really necessary?

},

readableErrored: {
errored: {
Copy link
Member

Choose a reason for hiding this comment

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

Do the readableErrored and writableErrored need to go through a deprecation cycle first? Those should likely be runtime deprecated aliases, yes?

Copy link
MemberAuthor

Choose a reason for hiding this comment

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

Not really. They haven’t been in any release.

@lpincalpinca removed the semver-major PRs that contain breaking changes and should be released in the next major version. label Nov 13, 2021
@lpinca
Copy link
Member

lpinca commented Nov 13, 2021

I've remove the semver-major label as per #40799 (comment).

@ronagronag added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Nov 13, 2021
Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

Copy link
Member

@mcollinamcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@ronag
Copy link
MemberAuthor

Landed in 340b770

@ronagronag closed this Nov 18, 2021
ronag added a commit that referenced this pull request Nov 18, 2021
Both of these should always refer to the same error, hence there is no reason to separate them. PR-URL: #40799 Refs: #40696 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.needs-ciPRs that need a full CI run.streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@ronag@lpinca@nodejs-github-bot@mcollina@jasnell@addaleax@mscdex@targos