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

Hash values #20

Open
emptybutton opened this issue Nov 23, 2023 · 0 comments
Open

Hash values #20

emptybutton opened this issue Nov 23, 2023 · 0 comments
Labels
bug Something isn't working objects objects.py

Comments

@emptybutton
Copy link
Owner

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}
@emptybutton emptybutton added bug Something isn't working objects objects.py labels Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working objects objects.py
Projects
None yet
Development

No branches or pull requests

1 participant