Skip to content
Snippets Groups Projects
Commit 7e5faa0a authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Avoid `hash()` in Field.hashable_contents

hash should not be used in hashable_contents because even if we will use
a deterministic hash function we will end up non-deterministic since
hash is initialized with a random seed.
parent 974febd7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment