[PR #3326] [MERGED] resolver: inline resolver::name_server modules #3745

Closed
opened 2026-03-16 12:00:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3326
Author: @djc
Created: 10/21/2025
Status: Merged
Merged: 10/22/2025
Merged by: @djc

Base: mainHead: flatten-resolver


📝 Commits (3)

  • f38b49c resolver: flatten name_server::connection_provider into crate root
  • c307093 resolver: flatten name_server::name_server_pool into crate root
  • fb4fc77 resolver: flatten name_server::name_server into crate root

📊 Changes

14 files changed (+32 additions, -53 deletions)

View changed files

📝 crates/recursor/src/recursor.rs (+3 -7)
📝 crates/recursor/src/recursor_dns_handle.rs (+1 -2)
📝 crates/recursor/src/recursor_pool.rs (+2 -2)
📝 crates/resolver/examples/custom_provider.rs (+1 -2)
📝 crates/resolver/examples/flush_cache.rs (+1 -1)
📝 crates/resolver/src/connection_provider.rs (+1 -1)
📝 crates/resolver/src/lib.rs (+6 -2)
📝 crates/resolver/src/name_server.rs (+9 -11)
crates/resolver/src/name_server/mod.rs (+0 -16)
📝 crates/resolver/src/name_server_pool.rs (+2 -2)
📝 crates/resolver/src/resolver.rs (+3 -3)
📝 crates/server/src/store/forwarder.rs (+1 -2)
📝 tests/integration-tests/src/mock_client.rs (+1 -1)
📝 tests/integration-tests/tests/integration/name_server_pool_tests.rs (+1 -1)

📄 Description

I don't think the current structure makes much sense at this point.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/3326 **Author:** [@djc](https://github.com/djc) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `flatten-resolver` --- ### 📝 Commits (3) - [`f38b49c`](https://github.com/hickory-dns/hickory-dns/commit/f38b49c916faf42eba67ba95c61ab270e1b2275a) resolver: flatten name_server::connection_provider into crate root - [`c307093`](https://github.com/hickory-dns/hickory-dns/commit/c307093690211911fc6b5bc8dc64a4011206cd76) resolver: flatten name_server::name_server_pool into crate root - [`fb4fc77`](https://github.com/hickory-dns/hickory-dns/commit/fb4fc7751f316a7a1ca3b2a81a32199e9614d415) resolver: flatten name_server::name_server into crate root ### 📊 Changes **14 files changed** (+32 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `crates/recursor/src/recursor.rs` (+3 -7) 📝 `crates/recursor/src/recursor_dns_handle.rs` (+1 -2) 📝 `crates/recursor/src/recursor_pool.rs` (+2 -2) 📝 `crates/resolver/examples/custom_provider.rs` (+1 -2) 📝 `crates/resolver/examples/flush_cache.rs` (+1 -1) 📝 `crates/resolver/src/connection_provider.rs` (+1 -1) 📝 `crates/resolver/src/lib.rs` (+6 -2) 📝 `crates/resolver/src/name_server.rs` (+9 -11) ➖ `crates/resolver/src/name_server/mod.rs` (+0 -16) 📝 `crates/resolver/src/name_server_pool.rs` (+2 -2) 📝 `crates/resolver/src/resolver.rs` (+3 -3) 📝 `crates/server/src/store/forwarder.rs` (+1 -2) 📝 `tests/integration-tests/src/mock_client.rs` (+1 -1) 📝 `tests/integration-tests/tests/integration/name_server_pool_tests.rs` (+1 -1) </details> ### 📄 Description I don't think the current structure makes much sense at this point. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 12:00:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3745
No description provided.