stream: complete migration to internal/errors#16589
Closed
mcollina wants to merge 1 commit intonodejs:masterfrom
Closed
stream: complete migration to internal/errors#16589mcollina wants to merge 1 commit intonodejs:masterfrom
mcollina wants to merge 1 commit intonodejs:masterfrom
Conversation
Member
Author
|
@nodejs/tsc this needs expedite, as we need it for the 9 release. I'm sorry, but I caught these just now. |
addaleax
approved these changes
Oct 29, 2017
Member
Author
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? |
jasnell
approved these changes
Oct 29, 2017
Member
jasnell
left a comment
There was a problem hiding this comment.
One bit but generally lgtm and +1 on fast tracking
lib/_stream_readable.js
Outdated
Member
There was a problem hiding this comment.
Should probably just use ERR_INVALID_ARG_TYPE here
lib/_stream_writable.js
Outdated
Member
Author
joyeecheung
approved these changes
Oct 29, 2017
doc/api/errors.md
Outdated
Member
There was a problem hiding this comment.
Missing link definitions, so are Writable and stream.write()
Complete the migration to the new error system of _stream_readable and _stream_writable. Adds the corresponding documentation.
d464d69 to
2651f29
Compare
Member
Author
Member
Author
Member
|
I'll be doing one final pull from master this afternoon and will be kicking off the release build later on today. |
Member
Author
|
Landed as 6e86a66 |
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>
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>
3 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
stream