Skip to content

Hash values #20

Description

@emptybutton

val does not hash values correctly. Need to fix it:

# Now
assert not val() in {val(), val(a=4)}
assert not val() in {1, 2, 3}

# Need
assert val() in {val(), val(a=4)}
assert not val() in {1, 2, 3}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingobjectsobjects.py

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions