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 for Arc<[A]> and Rc<[A]>. #160

Merged
merged 1 commit into from Oct 30, 2023

Conversation

kpreid
Copy link
Contributor

@kpreid kpreid commented Oct 30, 2023

Also adjust the Box<[A]> implementation to be simpler and regular, not using a conversion from Vec, and provide an implementation of arbitrary_take_rest() rather than using the default.

Also adjust the `Box<[A]>` implementation to be simpler and regular,
not using a conversion from `Vec`, and provide an implementation of
`arbitrary_take_rest()` rather than using the default.
Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fitzgen fitzgen merged commit 04054df into rust-fuzz:main Oct 30, 2023
5 checks passed
@fitzgen
Copy link
Member

fitzgen commented Oct 30, 2023

Published 1.3.2 with this change.

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