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

Issues/253 - Refactor for defects in byte serialization and desieralization of AbstractCLTypeWithChildren #254

Merged
merged 7 commits into from
Mar 13, 2024

Conversation

meywood
Copy link
Collaborator

@meywood meywood commented Mar 12, 2024

CLTypes that contain child types were not correctly serializing. Refactored the AbstractCLType to be responsible for its own serialization, it was previously done by the AbstractCLValue, which resulted in this defect.

@meywood meywood requested a review from cnorburn March 12, 2024 17:17
@meywood meywood linked an issue Mar 12, 2024 that may be closed by this pull request
@cnorburn cnorburn merged commit c31faa7 into main Mar 13, 2024
1 check passed
@cnorburn cnorburn deleted the issues/253 branch March 13, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Nested CLMapValue type encoding only encodes top level child types
3 participants