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

Debug serialization macro #55

Merged
merged 3 commits into from
May 2, 2023
Merged

Debug serialization macro #55

merged 3 commits into from
May 2, 2023

Conversation

JohnMurray
Copy link
Owner

Summary

Adds a new (internal) macro that conditionally serializes and deserializes messages in debug builds.

Motivation

Resolves #10

Adds a safety mechanism to ensure there is no hidden state sharing between sender and receivers via messages.

Test Plan

  • libraries compile
  • examples compile & run

@JohnMurray JohnMurray added this to the 0.3.0 milestone May 2, 2023
@JohnMurray JohnMurray self-assigned this May 2, 2023
@JohnMurray JohnMurray modified the milestones: 0.3.0, 0.2.0 May 2, 2023
@JohnMurray JohnMurray merged commit e990e04 into main May 2, 2023
@JohnMurray JohnMurray deleted the debug-serialization-macro branch May 2, 2023 18:59
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.

debug serialization macros
1 participant