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

Make Message a pure data struct with exported members #1

Closed
wants to merge 2 commits into from

Conversation

roberto-bayardo
Copy link
Owner

@roberto-bayardo roberto-bayardo commented Oct 14, 2022

This is a cleanup PR with no functional changes. It changes Message to a data-only struct with exported members, removing the field accessor methods and the error-prone NewMessage factory method. This change also removes the inconsistent & unnecessary copying of message data references from st.msg to the state transition struct.

relegating "Message" related code entirely to core where it belongs
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.

1 participant