[PR #1107] [MERGED] Add Name.parse_ptr_name #1974

Closed
opened 2026-03-16 04:19:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1107
Author: @Mygod
Created: 5/15/2020
Status: Merged
Merged: 6/8/2020
Merged by: @bluejekyll

Base: masterHead: master


📝 Commits (7)

📊 Changes

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

View changed files

📝 Cargo.lock (+7 -0)
📝 crates/proto/Cargo.toml (+1 -0)
📝 crates/proto/src/error.rs (+11 -0)
📝 crates/proto/src/rr/domain/name.rs (+90 -0)

📄 Description

fn name could be refined. Test cases not included.


🔄 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/1107 **Author:** [@Mygod](https://github.com/Mygod) **Created:** 5/15/2020 **Status:** ✅ Merged **Merged:** 6/8/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`324bf68`](https://github.com/hickory-dns/hickory-dns/commit/324bf68eee44c4ca7fbb1c9377480f647fbba913) Add Name.parse_ptr_name - [`3f96161`](https://github.com/hickory-dns/hickory-dns/commit/3f961618b4c3b71cee11a46ed413fc16f64ad65d) Update fn name - [`68e4b8c`](https://github.com/hickory-dns/hickory-dns/commit/68e4b8cfc008e7a8a083272fd5eb3180b2b8f0f0) Change fn result to Result<IpNet, ProtoError> - [`e02f1a0`](https://github.com/hickory-dns/hickory-dns/commit/e02f1a096c42e7a70248131b4a794c2f3466628e) Improve efficiency - [`5c2f491`](https://github.com/hickory-dns/hickory-dns/commit/5c2f4917a62b525e3a0dd32eb15a6c7d5c66ff17) Fix byte orders - [`9779999`](https://github.com/hickory-dns/hickory-dns/commit/97799994dc57c7a8822434810b6c4048686fca0c) Add ParseIntError to ProtoError - [`0dfb0f4`](https://github.com/hickory-dns/hickory-dns/commit/0dfb0f4aaa6d7458369ad15cc4b2050b357d700e) Create tests ### 📊 Changes **4 files changed** (+109 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -0) 📝 `crates/proto/Cargo.toml` (+1 -0) 📝 `crates/proto/src/error.rs` (+11 -0) 📝 `crates/proto/src/rr/domain/name.rs` (+90 -0) </details> ### 📄 Description fn name could be refined. Test cases not included. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 04:19:23 +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#1974
No description provided.