mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #3255] [CLOSED] Remove LowerQuery and LowerName #3683
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#3683
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/3255
Author: @divergentdave
Created: 9/3/2025
Status: ❌ Closed
Base:
main← Head:david/remove-lower-query-lower-name📝 Commits (2)
b86da88Remove LowerQuery and LowerNameea50f4aRemove more unncecessary type annotations📊 Changes
50 files changed (+793 additions, -827 deletions)
View changed files
📝
bin/src/hickory-dns.rs(+1 -1)📝
bin/tests/integration/forwarder.rs(+1 -1)📝
bin/tests/integration/in_memory.rs(+3 -3)📝
bin/tests/integration/named_metrics_tests.rs(+1 -1)📝
bin/tests/integration/store_file_tests.rs(+6 -6)📝
bin/tests/integration/txt_tests.rs(+23 -31)📝
bin/tests/integration/zone_handler_battery/dnssec.rs(+5 -9)📝
bin/tests/integration/zone_handler_battery/dynamic_update.rs(+1 -1)📝
crates/proto/benches/lower_name_benches.rs(+13 -13)📝
crates/proto/src/dnssec/tbs.rs(+1 -1)📝
crates/proto/src/dnssec/tsig.rs(+6 -6)➖
crates/proto/src/op/lower_query.rs(+0 -97)📝
crates/proto/src/op/mod.rs(+0 -3)➖
crates/proto/src/rr/lower_name.rs(+0 -329)📝
crates/proto/src/rr/mod.rs(+0 -2)📝
crates/proto/src/rr/resource.rs(+1 -1)📝
crates/proto/src/rr/rr_key.rs(+4 -4)📝
crates/proto/src/serialize/txt/rdata_parsers/mx.rs(+1 -1)📝
crates/proto/src/serialize/txt/rdata_parsers/name.rs(+1 -1)📝
crates/proto/src/serialize/txt/rdata_parsers/naptr.rs(+1 -1)...and 30 more files
📄 Description
This closes #3240.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.