Skip to content

Conversation

@JamieMagee
Copy link
Member

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

2 participants