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

vec #1403

Open
1 of 3 tasks
Tracked by #1390
lastmjs opened this issue Oct 20, 2023 · 1 comment
Open
1 of 3 tasks
Tracked by #1390

vec #1403

lastmjs opened this issue Oct 20, 2023 · 1 comment
Assignees

Comments

@lastmjs
Copy link
Member

lastmjs commented Oct 20, 2023

  • Figure out more precise check on the parameters, right now we just check that they are arrays or typed arrays and that their lengths are correct. Should we somehow check that each value is exactly correct?
  • We just return the first array...can we somehow combine arrays?
  • The Vec arbitrary is not yet recursive
@bdemann
Copy link
Member

bdemann commented Dec 27, 2023

recursive arb is partially implemented with #1515

And will be finalized after #1513 is resolved

@bdemann bdemann self-assigned this Dec 6, 2024
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

No branches or pull requests

2 participants