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

Hashes #466

Merged
merged 3 commits into from
Sep 6, 2022
Merged

Hashes #466

merged 3 commits into from
Sep 6, 2022

Commits on Sep 6, 2022

  1. fix the hashing of markers

    Accumulating bits for every marker in a multi or union marker is not
    sensible, xor rather than or was surely intended
    dimbleby committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    91614bb View commit details
    Browse the repository at this point in the history
  2. Cleaner equality for multi-constraint

    Now essentially the same implementation as on the union constraint
    dimbleby committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    71e4101 View commit details
    Browse the repository at this point in the history
  3. make constraints hashable

    dimbleby committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    bb417ef View commit details
    Browse the repository at this point in the history