asyn-ares: bump required c-ares version to >= 1.16.0#20911
asyn-ares: bump required c-ares version to >= 1.16.0#20911
Conversation
There was a problem hiding this comment.
Pull request overview
This PR raises the minimum supported c-ares version for the async resolver backend to >= 1.16.0, allowing removal of legacy compatibility paths and simplifying the resolver implementation accordingly.
Changes:
- Enforce c-ares >= 1.16.0 in the c-ares resolver backend and remove the pre-1.16.0 code paths (including the non-
ares_getaddrinfo()flow). - Simplify c-ares feature gating by removing several version-dependent
HAVE_CARES_*compile-time branches that are now always true under the new minimum. - Update internal documentation to reflect the new minimum supported c-ares version.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| lib/asyn-ares.c | Enforces the new minimum c-ares version and removes legacy resolver code paths/feature gates tied to older c-ares versions. |
| docs/INTERNALS.md | Updates the documented minimum supported c-ares dependency version to 1.16.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
Analysis of PR #20911 at eaefb959: Test 799 failed, which has NOT been flaky recently, so there could be a real issue in this PR. Note that this test has failed in 12 different CI jobs (the link just goes to one of them). Note that this CI job has had a number of other flaky tests recently (7, to be exact) so it may be that this failure is rather a systemic issue with this job and not with this specific PR. Generated by Testclutch |
|
augment review |
🤖 Augment PR SummarySummary: This PR raises the minimum supported c-ares version for the async resolver backend to Changes:
Technical notes: Builds using 🤖 Was this summary useful? React with 👍 or 👎 |
3b727a5 to
8e21361
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7cd2f44 to
353a78b
Compare
No description provided.