Skip to content

stream: complete migration to internal/errors - #16589

Closed
mcollina wants to merge 1 commit into
nodejs:masterfrom
mcollina:stream-new-errors
Closed

stream: complete migration to internal/errors#16589
mcollina wants to merge 1 commit into
nodejs:masterfrom
mcollina:stream-new-errors

Conversation

@mcollina

Copy link
Copy Markdown
Member
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
Affected core subsystem(s)

stream

@mcollina
mcollina requested review from a team, BridgeAR and jasnellOctober 29, 2017 15:39
@nodejs-github-botnodejs-github-bot added errors Issues and PRs related to JavaScript errors originated in Node.js core. stream Issues and PRs related to the stream subsystem. labels Oct 29, 2017
@mcollina

Copy link
Copy Markdown
MemberAuthor

@nodejs/tsc this needs expedite, as we need it for the 9 release. I'm sorry, but I caught these just now.

@mcollina

Copy link
Copy Markdown
MemberAuthor

@addaleax

Copy link
Copy Markdown
Member

I think @jasnell wanted to build the binaries ~ now? I’m okay with expediting but maybe we have the time for a CITGM run as well?

@mcollinamcollina added the semver-major PRs that contain breaking changes and should be released in the next major version. label Oct 29, 2017

@jasnelljasnell left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

One bit but generally lgtm and +1 on fast tracking

Comment threadlib/_stream_readable.js Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should probably just use ERR_INVALID_ARG_TYPE here

Comment threadlib/_stream_writable.js Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

And here

@mcollina

Copy link
Copy Markdown
MemberAuthor

Comment threaddoc/api/errors.md Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Missing link definitions, so are Writable and stream.write()

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

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

added

Complete the migration to the new error system of _stream_readable
and _stream_writable. Adds the corresponding documentation.
@mcollina

Copy link
Copy Markdown
MemberAuthor

@mcollina

Copy link
Copy Markdown
MemberAuthor

@jasnell

Copy link
Copy Markdown
Member

I'll be doing one final pull from master this afternoon and will be kicking off the release build later on today.

@mcollina

Copy link
Copy Markdown
MemberAuthor

Landed as 6e86a66

@mcollina
mcollina deleted the stream-new-errors branch October 29, 2017 18:08
mcollina added a commit that referenced this pull request Oct 29, 2017
Complete the migration to the new error system of _stream_readable
and _stream_writable. Adds the corresponding documentation.
PR-URL: #16589
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
@maclover7maclover7 mentioned this pull request Oct 29, 2017
2 tasks
Qard pushed a commit to ayojs/ayo that referenced this pull request Nov 2, 2017
Complete the migration to the new error system of _stream_readable
and _stream_writable. Adds the corresponding documentation.
PR-URL: nodejs/node#16589
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Qard pushed a commit to ayojs/ayo that referenced this pull request Nov 2, 2017
Complete the migration to the new error system of _stream_readable
and _stream_writable. Adds the corresponding documentation.
PR-URL: nodejs/node#16589
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
addaleax pushed a commit to ayojs/ayo that referenced this pull request Dec 7, 2017
Complete the migration to the new error system of _stream_readable
and _stream_writable. Adds the corresponding documentation.
PR-URL: nodejs/node#16589
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
@kjinkjin mentioned this pull request May 1, 2018
3 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

errorsIssues and PRs related to JavaScript errors originated in Node.js core.semver-majorPRs that contain breaking changes and should be released in the next major version.streamIssues and PRs related to the stream subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@mcollina@addaleax@jasnell@joyeecheung@nodejs-github-bot