Skip to content

Implement Arbitrary for Arc<[A]> and Rc<[A]>.#160

Merged
fitzgen merged 1 commit intorust-fuzz:mainfrom
kpreid:arcslice
Oct 30, 2023
Merged

Implement Arbitrary for Arc<[A]> and Rc<[A]>.#160
fitzgen merged 1 commit intorust-fuzz:mainfrom
kpreid:arcslice

Conversation

@kpreid
Copy link
Copy Markdown
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
Copy Markdown
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
@fitzgen
Copy link
Copy Markdown
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.

2 participants