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

Apply size limits for vecs as specified in candid spec #1524

Closed
bdemann opened this issue Dec 20, 2023 · 0 comments · Fixed by #1530
Closed

Apply size limits for vecs as specified in candid spec #1524

bdemann opened this issue Dec 20, 2023 · 0 comments · Fixed by #1530

Comments

@bdemann
Copy link
Member

bdemann commented Dec 20, 2023

The candid spec specifies size limits for arrays of empty-like objects (null, record{}, record{thing: null} etc). Our arbitraries ought to follow these limits.
See https://forum.dfinity.org/t/regression-with-vec-of-null-in-rust/25505/3 for details

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 a pull request may close this issue.

1 participant