Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
dns: make promise API fully constructed from lib/internal/dns/promises#43227
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
nodejs-github-bot commented May 28, 2022
Review requested:
|
lib/internal/dns/promises.jslib/internal/dns/promises.jslib/internal/dns/promises.jslib/internal/dns/promises.jsbbb4612 to eea50faComparelib/internal/dns/promises.jslib/internal/dns/promises
mcollina left a comment
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.
lgtm
This comment was marked as outdated.
This comment was marked as outdated.
F3n67u commented May 29, 2022 • edited
Loading Uh oh!
There was an error while loading. Please reload this page.
edited
Uh oh!
There was an error while loading. Please reload this page.
Jenkins test is failed, please help to fire another Jenkins try. There is two js test fail:
|
nodejs-github-bot commented May 30, 2022
280b9d5 to afa6194CompareF3n67u commented Jun 18, 2022
I rebased main branch to resolve a conflict. |
nodejs-github-bot commented Jun 19, 2022
nodejs-github-bot commented Jun 19, 2022
nodejs-github-bot commented Jun 20, 2022
nodejs-github-bot commented Jun 20, 2022
mcollina left a comment
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.
lgtm
nodejs-github-bot commented Jun 20, 2022
Landed in 3847617 |
F3n67u commented Jun 21, 2022
@mcollina thanks for landing this pr. |
PR-URL: nodejs#43227 Refs: https://github.com/nodejs/node/discussions/43198 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
PR-URL: #43227 Refs: https://github.com/nodejs/node/discussions/43198 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
PR-URL: #43227 Refs: https://github.com/nodejs/node/discussions/43198 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
PR-URL: #43227 Refs: https://github.com/nodejs/node/discussions/43198 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
PR-URL: nodejs/node#43227 Refs: https://github.com/nodejs/node/discussions/43198 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
This pr makes the whole promise API be fully constructed from
lib/internal/dns/promises.js, it should not be split betweenlib/dns.jsandlib/internal/dns/promises.js.Refs: https://github.com/nodejs/node/discussions/43198