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

Change where / how hashing is done for statements #1596

Merged
merged 1 commit into from
Jan 31, 2019
Merged

Change where / how hashing is done for statements #1596

merged 1 commit into from
Jan 31, 2019

Commits on Jan 31, 2019

  1. Change where / how hashing is done for statements

    The origional Statement object had a __hash__ function defined
    which was yielding different results when other Statement
    object types were used. This removes the hash method and makes
    a change to how similar statements are counted.
    gunthercox committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    c26309f View commit details
    Browse the repository at this point in the history