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

Make sure that the hash of referenced specialize types is the same #213

Merged
merged 1 commit into from
Mar 1, 2024

Commits on Feb 28, 2024

  1. Make sure that the hash of referenced specialize types is the same

    In general users would expect the hash of &T is the same as the hash of
    T. This is the case in ahash unless the "specialize" feature is used.
    
    This change is a stop gap to make sure that the hash of the specialized
    types is the same whether reference is used or not.
    
    Note that this change still doesn't address doubly referenced types
    like &&u64. But hopefully it already covers most cases.
    eaufavor committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2234a81 View commit details
    Browse the repository at this point in the history