Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: migrate from int to long #38

Merged
merged 1 commit into from
Jan 24, 2022
Merged

fix: migrate from int to long #38

merged 1 commit into from
Jan 24, 2022

Commits on Jan 24, 2022

  1. fix: migrate from int to long

    Migrates all integer types from `int` (32-bit) to `long` (64-bit).
    
    Could I be a bit more directed with these changes? Probably. But the it's simpler and easier to migrate all `int`s to `long`s rather than debate how large a specific ID is going to be.
    
    Closes #30
    
    References:
      - #30
      - octokit/octokit.net#2351
      - octokit/octokit.net#2352
      - https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types
    JamieMagee committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e227e7b View commit details
    Browse the repository at this point in the history