-
Notifications
You must be signed in to change notification settings - Fork 346
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
Implement msg
macro to simplify configuring serialization
#1345
Conversation
e6086b7
to
a1ed27f
Compare
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.
wow great work. I love how many lines can be deleted here. I think that's a sign (at least to me) that this is a great macro!
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.
Great work!
I'm just wondering if msg
is a great name for both messages and query responses … But I don't have a good answer or better idea right now.
Yeah, and I think this will also be used for arbitrary other types that happen to be included in any messages/responses. Other ideas: |
I like |
Added a |
Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
Closes #1307 by implementing this suggestion.
Builds on top of #1339