[PR #1504] [MERGED] change Debug for Name to be easier to read #2373

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1504
Author: @trinity-1686a
Created: 6/4/2021
Status: Merged
Merged: 6/4/2021
Merged by: @bluejekyll

Base: mainHead: name-better-debug


📝 Commits (1)

  • 57a78b9 change Debug for Name to be easier to read

📊 Changes

1 file changed (+9 additions, -1 deletions)

View changed files

📝 crates/proto/src/rr/domain/name.rs (+9 -1)

📄 Description

before: Name { is_fqdn: true, label_data: [99, 108, 111, 117, 100, 102, 108, 97, 114, 101, 99, 111, 109], label_ends: [10, 13] }
after: Name("cloudflare.com.")


🔄 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/1504 **Author:** [@trinity-1686a](https://github.com/trinity-1686a) **Created:** 6/4/2021 **Status:** ✅ Merged **Merged:** 6/4/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `name-better-debug` --- ### 📝 Commits (1) - [`57a78b9`](https://github.com/hickory-dns/hickory-dns/commit/57a78b929121b7d6016b703d572412b458b12cfa) change Debug for Name to be easier to read ### 📊 Changes **1 file changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/rr/domain/name.rs` (+9 -1) </details> ### 📄 Description before: `Name { is_fqdn: true, label_data: [99, 108, 111, 117, 100, 102, 108, 97, 114, 101, 99, 111, 109], label_ends: [10, 13] }` after: `Name("cloudflare.com.")` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:50:18 +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#2373
No description provided.