Skip to content
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: fix dns.lookup and dnsPromises.lookup description #51517

Merged
merged 10 commits into from Jan 30, 2024

Conversation

duncanchiu409
Copy link
Contributor

Fixes: #51482
Continue on: #51483

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added dns Issues and PRs related to the dns subsystem. doc Issues and PRs related to the documentations. labels Jan 18, 2024
doc/api/dns.md Outdated Show resolved Hide resolved
doc/api/dns.md Outdated Show resolved Hide resolved
doc/api/dns.md Outdated Show resolved Hide resolved
duncanchiu409 and others added 3 commits January 26, 2024 14:18
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
Copy link
Contributor

@ShogunPanda ShogunPanda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor things are pointed out in #51517 (comment).
After that, it LGTM!

doc/api/dns.md Outdated Show resolved Hide resolved
doc/api/dns.md Outdated Show resolved Hide resolved
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

duncanchiu409 and others added 2 commits January 27, 2024 15:28
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
Co-authored-by: Paolo Insogna <paolo@cowtech.it>
doc/api/dns.md Outdated Show resolved Hide resolved
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
@aduh95
Copy link
Contributor

aduh95 commented Jan 29, 2024

Linter is failing

@duncanchiu409
Copy link
Contributor Author

duncanchiu409 commented Jan 29, 2024

Is there something similar to lint --fix ? Is it make format-md?

aduh95
aduh95 previously approved these changes Jan 30, 2024
@aduh95 aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jan 30, 2024
@aduh95 aduh95 dismissed their stale review January 30, 2024 01:18

Wrong button

@aduh95 aduh95 merged commit 0f461aa into nodejs:main Jan 30, 2024
16 checks passed
@aduh95
Copy link
Contributor

aduh95 commented Jan 30, 2024

Landed in 0f461aa

@duncanchiu409
Copy link
Contributor Author

Thanks to all for the work & take attention to my PR.

@domdomegg
Copy link
Contributor

This isn't correct, as dicussed in #51482 and #51483 (comment)

We either need to make sure node actually has this behaviour, or revert this docs commit as this is taking it from ambigious to wrong :/

rdw-msft pushed a commit to rdw-msft/node that referenced this pull request Feb 9, 2024
PR-URL: nodejs#51517
Fixes: nodejs#51482
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
targos pushed a commit that referenced this pull request Feb 15, 2024
PR-URL: #51517
Fixes: #51482
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
marco-ippolito pushed a commit to marco-ippolito/node that referenced this pull request Feb 19, 2024
PR-URL: nodejs#51517
Fixes: nodejs#51482
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@marco-ippolito marco-ippolito mentioned this pull request Mar 1, 2024
richardlau pushed a commit that referenced this pull request Mar 25, 2024
PR-URL: #51517
Fixes: #51482
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
richardlau pushed a commit that referenced this pull request Mar 25, 2024
PR-URL: #51517
Fixes: #51482
Reviewed-By: Paolo Insogna <paolo@cowtech.it>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@richardlau richardlau mentioned this pull request Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dns Issues and PRs related to the dns subsystem. doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: dns docs for family = 0 and all = true is potentially misleading
7 participants