You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have hash implemented at the compiler level for integers, strings, bytes, floats, and TupleOf. But we need it for everything else, along with comprehensive tests for correspondence between the typed_python interpreter form of the hashes and the compiled version. You can see some implemented already in hash_compilation_test.py