abrown opened PR #4404 from refactor-fuzz-generators
to main
:
Previously, much of the logic for generating the various objects needed
for fuzzing was concentrated primarily ingenerators.rs
. In trying to
piece together what code does what, the size of the file and the light
documentation make it hard to discern what each part does. Since several
generator structures had been split out as separate modules in the
generators/
directory, this change takes that refactoring further by
moving the structures ingenerators.rs
to their own modules. No logic
changes were made, only the addition of documentation in a few places.<!--
Please ensure that the following steps are all taken care of before submitting
the PR.
[ ] This has been discussed in issue #..., or if not, please tell us why
here.[ ] A short description of what this does, why it is needed; if the
description becomes long, the matter should probably be discussed in an issue
first.[ ] This PR contains test cases, if meaningful.
- [ ] A reviewer from the core maintainer team has been assigned for this PR.
If you don't know who could review this, please indicate so. The list of
suggested reviewers on the right can help you.Please ensure all communication adheres to the code of conduct.
-->
abrown requested alexcrichton for a review on PR #4404.
abrown requested fitzgen for a review on PR #4404.
abrown has marked PR #4404 as ready for review.
jameysharp submitted PR review.
fitzgen submitted PR review.
alexcrichton has enabled auto merge for PR #4404.
alexcrichton merged PR #4404.
Last updated: Nov 22 2024 at 17:03 UTC