github-actions[bot] commented on issue #3156:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "fuzzing"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on issue #3156:
Personally I think the fuzz target is still good to have. It's the only fuzz target that can exercise a variable number of modules/instances within the store (although they still aren't linked to one another). I do think that its usefulness has decreased over time but not to the point that I think it should go away.
It's also theoretically a great place to add more API calls in the future too!
fitzgen commented on issue #3156:
Well module linking exercises multiple modules/instances in the same store now. But sure.
alexcrichton commented on issue #3156:
Oh, true! In that case I think you're right in that this may have outlived its usefulness a bit. I don't mind either way though.
Last updated: Nov 22 2024 at 16:03 UTC