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 random permutations without restrictions #266

Merged
merged 2 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. qa: remove prevention to shuffle fixed points

    Signed-off-by: Maximilian Bösing <[email protected]>
    boesing committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7a1b7e6 View commit details
    Browse the repository at this point in the history
  2. qa: suppress weird psalm behavior

    Somehow, psalm does not properly infer the returned `OrderedListInterface<TValue>` generic and thus is not happy with this comparison. I guess this is a bug but I do not want to hassle with it right now.
    
    Signed-off-by: Maximilian Bösing <[email protected]>
    boesing committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    afa6dac View commit details
    Browse the repository at this point in the history