[PR #988] [MERGED] Remove failure dependency, only expose std::error impls #1845

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/988
Author: @bluejekyll
Created: 1/12/2020
Status: Merged
Merged: 1/12/2020
Merged by: @bluejekyll

Base: masterHead: clean-up-api


📝 Commits (1)

  • 4b529a4 remove failure dependency

📊 Changes

30 files changed (+502 additions, -669 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 Cargo.lock (+30 -39)
📝 copyright.txt (+1 -1)
📝 crates/client/Cargo.toml (+2 -1)
📝 crates/client/src/error/client_error.rs (+51 -79)
📝 crates/client/src/error/dnssec_error.rs (+45 -57)
📝 crates/client/src/error/lexer_error.rs (+31 -64)
📝 crates/client/src/error/parse_error.rs (+64 -81)
📝 crates/https/Cargo.toml (+2 -1)
📝 crates/https/src/error.rs (+24 -31)
📝 crates/https/src/https_client_stream.rs (+2 -1)
📝 crates/https/src/https_server.rs (+1 -0)
📝 crates/https/src/lib.rs (+2 -18)
📝 crates/https/src/request.rs (+1 -0)
📝 crates/proto/Cargo.toml (+2 -1)
📝 crates/proto/src/error.rs (+102 -97)
📝 crates/proto/src/lib.rs (+1 -0)
📝 crates/resolver/Cargo.toml (+2 -1)
📝 crates/resolver/src/async_resolver.rs (+5 -3)
📝 crates/resolver/src/error.rs (+40 -55)

...and 10 more files

📄 Description

FYI, @chunyingw


🔄 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/988 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 1/12/2020 **Status:** ✅ Merged **Merged:** 1/12/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `clean-up-api` --- ### 📝 Commits (1) - [`4b529a4`](https://github.com/hickory-dns/hickory-dns/commit/4b529a4d86f3da222c0f1e96f3bc562a90ee20e7) remove failure dependency ### 📊 Changes **30 files changed** (+502 additions, -669 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `Cargo.lock` (+30 -39) 📝 `copyright.txt` (+1 -1) 📝 `crates/client/Cargo.toml` (+2 -1) 📝 `crates/client/src/error/client_error.rs` (+51 -79) 📝 `crates/client/src/error/dnssec_error.rs` (+45 -57) 📝 `crates/client/src/error/lexer_error.rs` (+31 -64) 📝 `crates/client/src/error/parse_error.rs` (+64 -81) 📝 `crates/https/Cargo.toml` (+2 -1) 📝 `crates/https/src/error.rs` (+24 -31) 📝 `crates/https/src/https_client_stream.rs` (+2 -1) 📝 `crates/https/src/https_server.rs` (+1 -0) 📝 `crates/https/src/lib.rs` (+2 -18) 📝 `crates/https/src/request.rs` (+1 -0) 📝 `crates/proto/Cargo.toml` (+2 -1) 📝 `crates/proto/src/error.rs` (+102 -97) 📝 `crates/proto/src/lib.rs` (+1 -0) 📝 `crates/resolver/Cargo.toml` (+2 -1) 📝 `crates/resolver/src/async_resolver.rs` (+5 -3) 📝 `crates/resolver/src/error.rs` (+40 -55) _...and 10 more files_ </details> ### 📄 Description FYI, @chunyingw --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:29: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#1845
No description provided.