mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #1401] [MERGED] Make all warnings across crates and binaries consistent #2295
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#2295
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/1401
Author: @bluejekyll
Created: 3/5/2021
Status: ✅ Merged
Merged: 3/8/2021
Merged by: @bluejekyll
Base:
main← Head:consistent-warnings-across-crates📝 Commits (1)
603a3adMake all warnings across crates and binaries consistent📊 Changes
107 files changed (+383 additions, -223 deletions)
View changed files
📝
bin/src/named.rs(+19 -8)📝
crates/async-std-resolver/src/lib.rs(+12 -0)📝
crates/async-std-resolver/src/net.rs(+2 -2)📝
crates/async-std-resolver/src/runtime.rs(+5 -2)📝
crates/async-std-resolver/src/time.rs(+1 -0)📝
crates/client/src/client/async_client.rs(+3 -3)📝
crates/client/src/client/async_secure_client.rs(+1 -1)📝
crates/client/src/client/client.rs(+1 -1)📝
crates/client/src/client/rc_future.rs(+3 -3)📝
crates/client/src/error/client_error.rs(+1 -1)📝
crates/client/src/error/dnssec_error.rs(+10 -7)📝
crates/client/src/error/lexer_error.rs(+1 -1)📝
crates/client/src/error/parse_error.rs(+1 -1)📝
crates/client/src/lib.rs(+13 -6)📝
crates/client/src/multicast/mdns_client_connection.rs(+1 -1)📝
crates/client/src/op/lower_query.rs(+2 -2)📝
crates/client/src/rr/dnssec/key_format.rs(+1 -1)📝
crates/client/src/rr/dnssec/mod.rs(+2 -0)📝
crates/client/src/rr/dnssec/signer.rs(+2 -2)📝
crates/client/src/rr/lower_name.rs(+7 -3)...and 80 more files
📄 Description
@leshow, Here's that PR. This makes all warnings across the crates consistent. I adopted most of your recommendations, except for the
Debugone. That would have been really messy because there are a lot of external types that are not themselves Debug.We can merge this after your PR, since it has the overlap on
Copyin theprotocratedepends on: #1397
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.