-
Notifications
You must be signed in to change notification settings - Fork 125
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
Support generateTuple being set for an individual WireIn, rather than global all or nothing. #823
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WireTypeConverter still doesn't handle unknown classes: see WireTypeConverterWithTuplesTest
in 638a7e1
Added test (see above) |
Let me know, if I'm misusing Tuples and they are not supposed to retain the type information. |
c6e0be3
to
2e55df7
Compare
Quality Gate passedIssues Measures |
Tuples support reading data for a type you don't have locally and then passing it on by writing it.