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

Implement Arbitrary #12

Closed
3 of 4 tasks
killercup opened this issue Mar 9, 2021 · 1 comment
Closed
3 of 4 tasks

Implement Arbitrary #12

killercup opened this issue Mar 9, 2021 · 1 comment

Comments

@killercup
Copy link
Member

killercup commented Mar 9, 2021

We want to generate random but valid messages.

  • Implement the arbitrary by hand (so we don't add too many dependencies)
  • Generate arbitrary float values
  • Put the implementation behind a feature flag
  • Add a roundtrip test

cf. #10 (reply in thread)

@marcelbuesing
Copy link
Contributor

Probably needs to be put behind feature flags for now.

rust-fuzz/arbitrary#74

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