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

Allow generic type resolution of TypeMapping values outside the core namespace #1279

Merged
merged 3 commits into from
Mar 10, 2023

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Mar 10, 2023

This PR allows generic type resolution of TypeMapping properties in operators outside the core namespace. This is to support automatic code generation frameworks (e.g. for the Harp protocol) where types can benefit from being co-opted for operations which do not require an instance, but just a mapping on the type.

All other uses of TypeMapping remain reserved, and libraries should not rely on any internal features of the type.

Fixes #1277

@glopesdev glopesdev added the feature New planned feature label Mar 10, 2023
@glopesdev glopesdev added this to the 2.8 milestone Mar 10, 2023
@glopesdev glopesdev changed the title Allow generic type resolution of TypeMapping type Allow generic type resolution of the TypeMapping type outside the core namespace Mar 10, 2023
@glopesdev glopesdev changed the title Allow generic type resolution of the TypeMapping type outside the core namespace Allow generic type resolution of TypeMapping values outside the core namespace Mar 10, 2023
@glopesdev glopesdev merged commit 5c9c041 into bonsai-rx:main Mar 10, 2023
@glopesdev glopesdev deleted the issue-1277 branch March 10, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider allowing XML generic type resolution of TypeMapping properties declared outside of core operators
1 participant