mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #2966] [MERGED] Inline all format argument, split out NoRecords type #3452
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#3452
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/2966
Author: @djc
Created: 5/5/2025
Status: ✅ Merged
Merged: 5/5/2025
Merged by: @djc
Base:
main← Head:nightly-clippy📝 Commits (10+)
4912236Inline format arguments (with clippy)0df252bproto: drop empty line between docstring and item45dd41ctests: replace iter().any() with contains()c35a670proto: fix Unicode support in zone file TTL parserb0ed733proto: remove unused ProofErrorKind variants4fc7f48client: remove separate error type3cc7fb3resolver: deduplicate NoRecordsFound construction149ca6aresolver: simplify trusted state handling4ae618bresolver: inline trivial method0e6fac1proto: split out NoRecords type📊 Changes
35 files changed (+283 additions, -658 deletions)
View changed files
📝
bin/tests/integration/config_tests.rs(+1 -1)📝
bin/tests/integration/named_metrics_tests.rs(+2 -4)📝
bin/tests/integration/server_harness/mod.rs(+9 -7)📝
crates/client/src/client/client.rs(+13 -17)➖
crates/client/src/error.rs(+0 -180)📝
crates/client/src/lib.rs(+0 -2)📝
crates/proto/src/dnssec/dnssec_dns_handle/mod.rs(+4 -4)📝
crates/proto/src/dnssec/proof.rs(+1 -30)📝
crates/proto/src/error.rs(+73 -67)📝
crates/proto/src/lib.rs(+1 -1)📝
crates/proto/src/rr/rdata/cert.rs(+2 -2)📝
crates/proto/src/rr/rdata/tlsa.rs(+0 -1)📝
crates/proto/src/serialize/txt/rdata_parsers/cert.rs(+3 -3)📝
crates/proto/src/serialize/txt/zone.rs(+1 -1)📝
crates/recursor/src/error.rs(+4 -18)📝
crates/recursor/src/recursor.rs(+19 -21)📝
crates/resolver/examples/custom_provider.rs(+1 -4)📝
crates/resolver/src/caching_client.rs(+22 -116)📝
crates/resolver/src/dns_lru.rs(+24 -52)📝
crates/resolver/src/name_server/name_server_pool.rs(+3 -3)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.