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

add argument check to G-set constructor #4259

Merged
merged 2 commits into from
Oct 30, 2024

Commits on Oct 30, 2024

  1. add argument check to G-set constructor

    - add `check` argument check th default value `true`
    - if `check` is `true` then test whether the given action function
      fits to the given `seeds`
    - set `check` to `false` in situations where the function is known to fit
    ThomasBreuer committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    058dacd View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Lars Göttgens <lars.goettgens@gmail.com>
    fingolfin and lgoettgens authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c7c6029 View commit details
    Browse the repository at this point in the history