mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #19] [MERGED] migrated to error-chain for all error types #1192
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#1192
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/19
Author: @bluejekyll
Created: 6/20/2016
Status: ✅ Merged
Merged: 6/20/2016
Merged by: @bluejekyll
Base:
master← Head:error-chain📝 Commits (1)
ef6e27fmigrated to error-chain for all error types📊 Changes
43 files changed (+606 additions, -726 deletions)
View changed files
📝
Cargo.lock(+9 -0)📝
Cargo.toml(+1 -0)📝
src/authority/authority.rs(+2 -2)📝
src/authority/persistence.rs(+39 -50)📝
src/client/client.rs(+13 -13)📝
src/client/client_connection.rs(+2 -2)📝
src/config/mod.rs(+2 -2)➖
src/error/base_error.rs(+0 -36)📝
src/error/client_error.rs(+81 -103)📝
src/error/config_error.rs(+33 -65)📝
src/error/decode_error.rs(+83 -84)📝
src/error/encode_error.rs(+39 -33)📝
src/error/lexer_error.rs(+74 -71)📝
src/error/mod.rs(+23 -10)📝
src/error/parse_error.rs(+53 -103)📝
src/error/persistence_error.rs(+37 -38)📝
src/lib.rs(+2 -1)📝
src/op/message.rs(+4 -4)📝
src/rr/dns_class.rs(+2 -2)📝
src/rr/dnssec/algorithm.rs(+2 -2)...and 23 more files
📄 Description
resolves issue #17
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.