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

Allow specific enum variants to be avoided. #24

Merged
merged 4 commits into from Feb 18, 2022
Merged

Allow specific enum variants to be avoided. #24

merged 4 commits into from Feb 18, 2022

Commits on Dec 26, 2021

  1. Allow specific enum variants to be avoided.

    This adds an attribute called `#[ignore_variant]`, usable on enums
    which instructs Fuzzcheck to not construct that variant of the
    enumeration.
    teymour-aldridge committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    b81dbfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bfccef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1591999 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Improve test case for #[ignore_variant].

    - also fix a bug where the macro was emitting too many commas
    teymour-aldridge committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    864acb8 View commit details
    Browse the repository at this point in the history