Skip to content

Replace use of Integer with fixed-sized types #80

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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