Skip to content

feat(types): Max size attribute. #58

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

Merged
merged 7 commits into from
May 21, 2025
Merged

Conversation

MierenManz
Copy link
Collaborator

All types now have a maxSize element so you can determine upfront how big the allocated (read/write) buffer should be. Types that cannot be determined upfront (due to not having a defined max or only known at runtime) have their maxSize set to null and all compound types that use that type automatically set their own maxSize to null aswell

@eliassjogreen eliassjogreen changed the title Feat/types: Max size attribute. feat(types): Max size attribute. May 16, 2025
@MierenManz MierenManz merged commit 0661ff0 into denosaurs:main May 21, 2025
2 checks 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.

2 participants