Skip to content
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

Simplify fuzzer generation of function references #6745

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Commits on Jul 15, 2024

  1. Simplify fuzzer generation of function references

    When creating a reference to `func`, fix the probability of choosing to
    continue on to choose some function other than the last one rather than
    making it depend on the number of functions. Then, do not eagerly pick
    from the rest of the candidate functions. Instead, fall through to the
    more general logic that will already pick a random candidate function.
    Also move the logic for coming up with a concrete signature down to
    where it is needed.
    
    These simplifications will make it easier to update the code to handle
    shared types.
    tlively committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9612576 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. update test

    tlively committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    055514d View commit details
    Browse the repository at this point in the history