[PR #416] [MERGED] Remove backtrace dependency. #1423

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/416
Author: @briansmith
Created: 4/21/2018
Status: Merged
Merged: 4/21/2018
Merged by: @bluejekyll

Base: masterHead: b/reduce-error-chain-deps


📝 Commits (2)

  • 2ad2c69 Remove backtrace dependency.
  • b84ee8e Merge branch 'master' into b/reduce-error-chain-deps

📊 Changes

4 files changed (+4 additions, -4 deletions)

View changed files

📝 client/Cargo.toml (+1 -1)
📝 proto/Cargo.toml (+1 -1)
📝 resolver/Cargo.toml (+1 -1)
📝 server/Cargo.toml (+1 -1)

📄 Description

Disable the default "backtrace" feature of error-chain to remove the
dependency on "backtrace". The replacement for error-chain, the
failure crate, will disable backtraces by default.

Contributed on behalf of Buoyant, Inc.

Signed-off-by: Brian Smith brian@briansmith.org


🔄 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/416 **Author:** [@briansmith](https://github.com/briansmith) **Created:** 4/21/2018 **Status:** ✅ Merged **Merged:** 4/21/2018 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `b/reduce-error-chain-deps` --- ### 📝 Commits (2) - [`2ad2c69`](https://github.com/hickory-dns/hickory-dns/commit/2ad2c696e561d5aabe68b3dd6cea172e721fe78d) Remove backtrace dependency. - [`b84ee8e`](https://github.com/hickory-dns/hickory-dns/commit/b84ee8e4edecaee85038ddbe62457f0fcac1640f) Merge branch 'master' into b/reduce-error-chain-deps ### 📊 Changes **4 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client/Cargo.toml` (+1 -1) 📝 `proto/Cargo.toml` (+1 -1) 📝 `resolver/Cargo.toml` (+1 -1) 📝 `server/Cargo.toml` (+1 -1) </details> ### 📄 Description Disable the default "backtrace" feature of error-chain to remove the dependency on "backtrace". The replacement for error-chain, the failure crate, will disable backtraces by default. Contributed on behalf of Buoyant, Inc. Signed-off-by: Brian Smith <brian@briansmith.org> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:05:40 +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#1423
No description provided.