Skip to content

Fix size typing in protocol.py #5

Description

@lumisota

The type of size of RepresentableTypes in protocol.py is currently Optional[int]. This should be Optional[Expression]. This change is not trivial: Array types can set their size by multiplying their length, and this requires constructing an Expression. At present, this would require access to the parent Protocol type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions