-
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
dns: make promise API fully constructed from lib/internal/dns/promises
#43227
Conversation
Review requested:
|
lib/internal/dns/promises.js
lib/internal/dns/promises.js
lib/internal/dns/promises.js
lib/internal/dns/promises.js
bbb4612
to
eea50fa
Compare
lib/internal/dns/promises.js
lib/internal/dns/promises
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. |
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: nodejs#43198 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
PR-URL: nodejs/node#43227 Refs: nodejs/node#43198 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
This pr makes the whole promise API be fully constructed from
lib/internal/dns/promises.js
, it should not be split betweenlib/dns.js
andlib/internal/dns/promises.js
.Refs: #43198