| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Sole test failure is an unrelated known flaky with a fix pending. |
Sorry, something went wrong.
|
/ping @nodejs/ctc This is ready to land except that it needs another signoff from a CTC member because it is semver-major because of the change to the error message. |
Sorry, something went wrong.
|
Can use a more descriptive commit title? I wouldn't know what this is about if it were in the changelog like it is. |
Sorry, something went wrong.
I'm open to suggestions that are less than 50 characters. :-D |
Sorry, something went wrong.
|
49 chars: dns: Return TypeError on invalid resolve() input |
Sorry, something went wrong.
Synchronize the argument list for `dns.resolve()` with what's in the documentation. Improve the error for a bad `rrtype` to be a `TypeError` rather than an `Error`.
|
Rebased, updated commit message. New CI: https://ci.nodejs.org/job/node-test-pull-request/8352/ |
Sorry, something went wrong.
|
node-test-commit-arm-fanned failed because of a worker issue, here is another run with the same parameters: https://ci.nodejs.org/job/node-test-commit-arm-fanned/9057/ |
Sorry, something went wrong.
Synchronize the argument list for `dns.resolve()` with what's in the documentation. Improve the error for a bad `rrtype` to be a `TypeError` rather than an `Error`. PR-URL: nodejs#13090 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
|
It's fine if this has to wait for Node 9.0.0 to be released, but for the record, it is the tiniest of semver majors (change in type from Error to TypeError) and I wouldn't oppose it landing in Node 8.0.0 if it's not too late. Either way is fine with me. /cc @jasnell |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Synchronize the argument list for dns.resolve() with what's in the
documentation.
Improve the error for a bad rrtype to be a TypeError rather than an
Error.
Checklist
Affected core subsystem(s)
dns