Skip to content

Conversation

@mingxwa
Copy link
Member

@mingxwa mingxwa commented May 31, 2025

No functional changes. Resolves #300

@mingxwa mingxwa requested review from guominrui and tian-lt May 31, 2025 07:38

#include <proxy/proxy.h>

export module proxy;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest renaming the module name to proxy.v4;. This unblocks a future use case where both the module proxy.v4 and proxy.v5 can be built within the same project (assuming the user manually acquired the older Proxy 4, e.g. with git submodule, while an upstream library acquires Proxy 5 on its own).

The consumer would be using import proxy.v4; instead.

@mingxwa mingxwa closed this Jun 2, 2025
@mingxwa mingxwa deleted the user/mingxwa/inline-ns branch July 5, 2025 07:16
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.

Proxy 3 and Proxy 4 at the same time, aka backward compatibility for existing projects

2 participants