-
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
doc: document that repl uses domain
module for error handling
#20382
Conversation
doc/api/repl.md
Outdated
@@ -617,4 +628,9 @@ see: https://gist.github.com/2053342 | |||
[`readline.Interface`]: readline.html#readline_class_interface | |||
[`util.inspect()`]: util.html#util_util_inspect_object_options | |||
[curl(1)]: https://curl.haxx.se/docs/manpage.html | |||
[`domain`]: domain.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: these references are out of the ASCII sorting order that seems to be kept here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vsemozhetbyt fixed. PTAL
Please, add 👍 here to approve fast-tracking. |
cc @nodejs/repl |
I cannot apply the patch before landing: $ curl -L https://github.com/nodejs/node/pull/$PR_ID.patch | git am -3 --whitespace=fix
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 139 0 139 0 0 139 0 --:--:-- --:--:-- --:--:-- 165
100 3557 0 3557 0 0 3557 0 --:--:-- 0:00:01 --:--:-- 16316
Applying: doc: document that repl uses `domain` module for error handling
Applying: fixup: sorting in linkify references
error: sha1 information is lacking or useless (doc/api/repl.md).
error: could not build fake ancestor
Patch failed at 0002 fixup: sorting in linkify references
The copy of the patch that failed is found in: .git/rebase-apply/patch Maybe this need rebasing? |
Document that REPL uses the `domain` module to handle uncaught exceptions, and the side effects caused by it. Fixes: nodejs#19998
7b8e820
to
771edf7
Compare
@vsemozhetbyt Rebased. |
Landed in 1cf7ef6 |
Document that REPL uses the `domain` module to handle uncaught exceptions, and the side effects caused by it. PR-URL: #20382 Fixes: #19998 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Document that REPL uses the `domain` module to handle uncaught exceptions, and the side effects caused by it. PR-URL: #20382 Fixes: #19998 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Document that REPL uses the `domain` module to handle uncaught exceptions, and the side effects caused by it. PR-URL: #20382 Fixes: #19998 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Document that REPL uses the `domain` module to handle uncaught exceptions, and the side effects caused by it. PR-URL: #20382 Fixes: #19998 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Document that REPL uses the
domain
module to handle uncaught exceptions, and the side effects caused by it.Fixes: #19998
Checklist
make -j4 lint-md
(UNIX) passes