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

Conversation

JamieMagee
Copy link
Contributor

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 ints to longs rather than debate how large a specific ID is going to be.

Closes #30

References:

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 JamieMagee added Type: Breaking change Used to note any change that requires a major version bump version:minor labels Jan 24, 2022
@JamieMagee JamieMagee enabled auto-merge (squash) January 24, 2022 19:13
@JamieMagee JamieMagee merged commit 3d26b26 into main Jan 24, 2022
@JamieMagee JamieMagee deleted the int-to-long branch January 24, 2022 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking change Used to note any change that requires a major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change all applicable IDs from int to long
1 participant