Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for combination of incomplete dispatch #58

Conversation

mingxwa
Copy link
Collaborator

@mingxwa mingxwa commented Jan 16, 2024

In continuous delivery of a large system, it is sometimes useful to allow some polymorphic component in "not implemented" state. It is supported in the virtual mechanism of C++ by defining a body of a virtual function, but not currently supported in the proxy library. This change improves the semantics of PRO_DEF_COMBINED_DISPATCH to allow combination of incomplete dispatches, such as a "not implemented" closure, without requiring overload_types to present.

This change also bypasses #56.

@mingxwa mingxwa merged commit 531dfcc into microsoft:main Jan 16, 2024
4 checks passed
@mingxwa mingxwa deleted the user/mingxwa/combination-of-incomplete-dispatches branch January 16, 2024 14:35
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.

None yet

2 participants