Skip to content

Make sure that hash is correctly implemented in the compiler for all types. #157

Open
@braxtonmckee

Description

@braxtonmckee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    compilerIssue that does not affect the un-compiled subset of typed_pythonfeature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions