[PR #19] [MERGED] migrated to error-chain for all error types #1192

Closed
opened 2026-03-16 01:53:11 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: error-chain


📝 Commits (1)

  • ef6e27f migrated 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.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/19 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 6/20/2016 **Status:** ✅ Merged **Merged:** 6/20/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `error-chain` --- ### 📝 Commits (1) - [`ef6e27f`](https://github.com/hickory-dns/hickory-dns/commit/ef6e27f54c84b8e7367877417fededac97549ffc) migrated to error-chain for all error types ### 📊 Changes **43 files changed** (+606 additions, -726 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description resolves issue #17 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:53:11 +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#1192
No description provided.