[PR #505] [CLOSED] Upgrade error-chain to latest version #1484

Closed
opened 2026-03-16 02:08:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/505
Author: @glebpom
Created: 6/4/2018
Status: Closed

Base: masterHead: error-chain-upgrade


📝 Commits (1)

  • 586f983 Upgrade error-chain to latest version

📊 Changes

14 files changed (+85 additions, -61 deletions)

View changed files

📝 client/Cargo.toml (+1 -1)
📝 client/src/error/client_error.rs (+4 -4)
📝 client/src/error/dnssec_error.rs (+4 -4)
📝 client/src/error/lexer_error.rs (+4 -4)
📝 client/src/error/parse_error.rs (+6 -6)
📝 proto/Cargo.toml (+1 -1)
📝 proto/src/error.rs (+37 -23)
📝 proto/src/rr/domain/name.rs (+1 -1)
📝 proto/src/serialize/binary/encoder.rs (+3 -3)
📝 resolver/Cargo.toml (+1 -1)
📝 resolver/src/error.rs (+15 -6)
📝 server/Cargo.toml (+1 -1)
📝 server/src/error/config_error.rs (+4 -3)
📝 server/src/error/persistence_error.rs (+3 -3)

📄 Description

No description provided


🔄 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/505 **Author:** [@glebpom](https://github.com/glebpom) **Created:** 6/4/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `error-chain-upgrade` --- ### 📝 Commits (1) - [`586f983`](https://github.com/hickory-dns/hickory-dns/commit/586f983e9831855a7a494649e032b3f9233047d7) Upgrade error-chain to latest version ### 📊 Changes **14 files changed** (+85 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `client/Cargo.toml` (+1 -1) 📝 `client/src/error/client_error.rs` (+4 -4) 📝 `client/src/error/dnssec_error.rs` (+4 -4) 📝 `client/src/error/lexer_error.rs` (+4 -4) 📝 `client/src/error/parse_error.rs` (+6 -6) 📝 `proto/Cargo.toml` (+1 -1) 📝 `proto/src/error.rs` (+37 -23) 📝 `proto/src/rr/domain/name.rs` (+1 -1) 📝 `proto/src/serialize/binary/encoder.rs` (+3 -3) 📝 `resolver/Cargo.toml` (+1 -1) 📝 `resolver/src/error.rs` (+15 -6) 📝 `server/Cargo.toml` (+1 -1) 📝 `server/src/error/config_error.rs` (+4 -3) 📝 `server/src/error/persistence_error.rs` (+3 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:08:56 +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#1484
No description provided.