[PR #570] [CLOSED] (RFC) Prefer Queen and Drone for Primary and Secondary references #1517

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/570
Author: @bluejekyll
Created: 10/6/2018
Status: Closed

Base: masterHead: change_all_master-slave_to_queen-drone


📝 Commits (1)

  • bb9150c Prefer Queen and Drone for Primary and Secondary references

📊 Changes

13 files changed (+262 additions, -212 deletions)

View changed files

📝 README.md (+7 -0)
📝 client/src/client/client.rs (+11 -11)
📝 client/src/client/client_future.rs (+24 -24)
📝 integration-tests/src/authority.rs (+1 -1)
📝 integration-tests/tests/authority_tests.rs (+2 -2)
📝 integration-tests/tests/catalog_tests.rs (+9 -17)
📝 proto/src/rr/rdata/soa.rs (+4 -4)
📝 server/src/authority/authority.rs (+117 -99)
📝 server/src/authority/catalog.rs (+8 -8)
📝 server/src/authority/mod.rs (+5 -1)
📝 server/src/config.rs (+15 -7)
📝 server/tests/config_tests.rs (+46 -15)
📝 server/tests/txt_tests.rs (+13 -23)

📄 Description

In an attempt to remove morally questionable terms from the library, all references to ‘master’ and ‘slave’ have been replaced with ‘queen’ and ‘drone’.

I like these terms, but as I haven’t seen them in wide usage, I figure it’s important for others to weigh in. I find them more interesting and colorful than ‘primary’ and ‘secondary’, which would be another, more bland, option possibly more clear due to their general usage.


🔄 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/570 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/6/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `change_all_master-slave_to_queen-drone` --- ### 📝 Commits (1) - [`bb9150c`](https://github.com/hickory-dns/hickory-dns/commit/bb9150ca6008a13160e6538b416cfaf9bedb5b8f) Prefer Queen and Drone for Primary and Secondary references ### 📊 Changes **13 files changed** (+262 additions, -212 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) 📝 `client/src/client/client.rs` (+11 -11) 📝 `client/src/client/client_future.rs` (+24 -24) 📝 `integration-tests/src/authority.rs` (+1 -1) 📝 `integration-tests/tests/authority_tests.rs` (+2 -2) 📝 `integration-tests/tests/catalog_tests.rs` (+9 -17) 📝 `proto/src/rr/rdata/soa.rs` (+4 -4) 📝 `server/src/authority/authority.rs` (+117 -99) 📝 `server/src/authority/catalog.rs` (+8 -8) 📝 `server/src/authority/mod.rs` (+5 -1) 📝 `server/src/config.rs` (+15 -7) 📝 `server/tests/config_tests.rs` (+46 -15) 📝 `server/tests/txt_tests.rs` (+13 -23) </details> ### 📄 Description In an attempt to remove morally questionable terms from the library, all references to ‘master’ and ‘slave’ have been replaced with ‘queen’ and ‘drone’. I like these terms, but as I haven’t seen them in wide usage, I figure it’s important for others to weigh in. I find them more interesting and colorful than ‘primary’ and ‘secondary’, which would be another, more bland, option possibly more clear due to their general usage. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:10:50 +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#1517
No description provided.