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

Fixes to hash functions for lists #5796

Merged
merged 4 commits into from
Sep 18, 2024
Merged

Fixes to hash functions for lists #5796

merged 4 commits into from
Sep 18, 2024

Commits on Sep 14, 2024

  1. FIX: Action, permuting lists, tests for perms

    Use list hashing for lists of integers, not lists of vectors.
    
    This fixes gap-system#5786
    hulpke committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    61ccace View commit details
    Browse the repository at this point in the history
  2. FIX: Hashing for lists/sets

    This change is commented out, as a change in main branch already resolved it, but code is preserved
    in case needed at later time:
    This fixes an issue reported in support by Leonard Soicher on Sep 13, 2024.
    hulpke committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    91c9a3a View commit details
    Browse the repository at this point in the history
  3. Testfile

    hulpke committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    22cabd6 View commit details
    Browse the repository at this point in the history
  4. Typo

    hulpke committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    d26e6ba View commit details
    Browse the repository at this point in the history