Stream: git-wasmtime

Topic: wasmtime / PR #4404 fuzz: refactor fuzz generators


view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 17:30):

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 in generators.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 in generators.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.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 17:35):

abrown requested alexcrichton for a review on PR #4404.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 17:35):

abrown requested fitzgen for a review on PR #4404.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 17:35):

abrown has marked PR #4404 as ready for review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 17:36):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 18:12):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 18:16):

alexcrichton has enabled auto merge for PR #4404.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 07 2022 at 18:44):

alexcrichton merged PR #4404.


Last updated: Nov 22 2024 at 17:03 UTC