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

Revision IDs need to be long everywhere #113

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

mormegil-cz
Copy link
Contributor

In df21c73, revision IDs have been changed to 64-bit longs, which is now necessary on Wikidata. However, wrong explicit (int) casts remained in the code at multiple places, causing exceptions.

Fixes #112

In df21c73, revision IDs have been changed
to 64-bit longs, which is now necessary on Wikidata. However, wrong explicit
`(int)` casts remained in the code at multiple places, causing exceptions.

Fixes CXuesong#112
@CXuesong
Copy link
Owner

Thanks for the PR! However, note that master branch has dropped support on .NET Standard 2.1 (#108). If you need support on prior SDK versions, we'll need to also cherry-pick this back to v0.8 branch.

@CXuesong CXuesong merged commit cd4e6ca into CXuesong:master Jun 10, 2024
4 checks passed
@CXuesong
Copy link
Owner

Released v0.9.0-int.0.

@mormegil-cz mormegil-cz deleted the bugfix/long-revids branch June 10, 2024 11:19
@mormegil-cz
Copy link
Contributor Author

If you need support on prior SDK versions, we'll need to also cherry-pick this back to v0.8 branch.

Nope, I’m fine with the current SDK, thanks!

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wikidata saving stopped working as revids overflow int32 now
2 participants