Skip to content

Replace use of Integer with fixed-sized types #80

@AshleyYakeley

Description

@AshleyYakeley

Packs more predictably.

  • Day contains Integer
    • Int32 days is ± 5.8 million years
    • probably want Int64
  • DiffTime and NominalDiffTime contain Pico (Fixed) which contains Integer
    • Int64 picoseconds is ±106 days, not big enough
    • Int128?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions