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

fix: use SplayTreeSet to resolve inconsistent hashCode #142

Merged
merged 5 commits into from Aug 19, 2022

Commits on Jul 28, 2022

  1. uses SplayTreeSet to be independent of the insertion order of a Set f…

    …or generating hashes
    devmil committed Jul 28, 2022
    Copy the full SHA
    eb1508a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Copy the full SHA
    c12ac2d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2e40280 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Copy the full SHA
    a3d847a View commit details
    Browse the repository at this point in the history
  2. Check if the given Set is already a SplayTreeSet

    Co-authored-by: Felix Angelov <felangelov@gmail.com>
    devmil and felangel committed Aug 18, 2022
    Copy the full SHA
    6525cf7 View commit details
    Browse the repository at this point in the history