-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Conversation
|
Review requested:
|
lib/internal/dns/promises.jslib/internal/dns/promises.js
lib/internal/dns/promises.jslib/internal/dns/promises.js
bbb4612 to
eea50fa
Compare
lib/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.
|
Jenkins test is failed, please help to fire another Jenkins try. There is two js test fail:
|
280b9d5 to
afa6194
Compare
|
I rebased main branch to resolve a conflict. |
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
|
Landed in 3847617 |
@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