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

feat(unmarshal): Support unmarshaling list of non-pointer containers #151

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

letonchanh
Copy link
Contributor

Previously, sszgen only supports lists of pointers to containers. Therefore, it generates invalid code for lists of non-pointer containers. This PR addresses that by adding * only if the list's element type is a reference.

@ferranbt ferranbt merged commit 3fad963 into ferranbt:main Mar 25, 2024
1 check passed
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.

None yet

2 participants