Skip to content

Unsigned Int Serializer Bounds are Not Working #861

@shihaocao

Description

@shihaocao

In builds where we print out the serialized bits of all fields, it is noted that unsigned int serializers that have a limited range, still use a significant number of bits (we believe 32) despite the fact that it should only be using what is required to express the range.

In order to see this, simply print out the name of the fields, along with the bits corresponding to it, and you will see that unsigned int serializers are not working.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions