-
-
Notifications
You must be signed in to change notification settings - Fork 324
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
TransferFeedback for determining if a testcase was from another node #1906
Conversation
Seeing as how this adds two branches in a non-fast path, I'm going to merge this as is. Revert if there are any major concerns with this change, please. |
i think this could have been simply a field in |
Probably a good idea for performance reasons |
That doesn't work, because we need this information at evaluation time. |
Then, should be a state-flag in the state? |
Potentially so? |
More a status than a state? State seems a bit overused in a struct called StdState implementing a trait called state :D |
Let's just allow hooks in handle_in_client? |
sound fun |
I made a POC in #1916 |
This is useful for short-circuiting potentially expensive objective feedbacks, as well as for creating nodes which just perform analysis on inputs rather than actually fuzzing.