Skip to content

Translation indexes should be unsigned #33

@bjv-capra

Description

@bjv-capra

Currently, all indexes

  • HW_ID
  • TASK_ID
  • UPDATER_ID
  • KEY

are signed int16_t values, one shouldn't be indexing anything on a negative value (although could be possible). Thus, I'd suggest changing these indexes to be uint16_t instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions