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

Ensure that Parameters compare equal when they have the same hash (backport #11652) #11875

Merged
merged 1 commit into from
Feb 23, 2024

Commits on Feb 23, 2024

  1. Ensure that Parameters compare equal when they have the same hash (#1…

    …1652)
    
    Previously, only the `Parameter.uuid` was compared, so `Paramemter`
    instances with different names could compare equal if they had been
    constructed using a common value for the `uuid` parameter (which is
    usually not passed explicitly).
    
    (cherry picked from commit 3e6b646)
    wshanks authored and mergify[bot] committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    46f2de0 View commit details
    Browse the repository at this point in the history