Skip to content

replace qzmq namespace with zmq prefix#48266

Merged
jkarneges merged 1 commit intomainfrom
jkarneges/rename-qzmq
Sep 12, 2025
Merged

replace qzmq namespace with zmq prefix#48266
jkarneges merged 1 commit intomainfrom
jkarneges/rename-qzmq

Conversation

@jkarneges
Copy link
Member

@jkarneges jkarneges commented Sep 11, 2025

Now that the classes in the QZmq namespace no longer use Qt, we should drop the "Q" from the name. Since Pushpin doesn't normally use namespaces around classes, this PR removes the namespace instead of renaming it, and prefixes all its classes with Zmq. This flat approach is more consistent with the rest of the C++ code. The reason there was a namespace to begin with is QZmq was originally a separate library.

Despite this change, I'm not against developing a namespace structure for the C++ code, especially since our Rust code is organized into modules. This PR is just to make things consistent in the meantime.

@jkarneges jkarneges requested a review from a team September 12, 2025 01:21
@jkarneges jkarneges merged commit 64308d2 into main Sep 12, 2025
19 checks passed
@jkarneges jkarneges deleted the jkarneges/rename-qzmq branch September 12, 2025 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants