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

disable VarInt serialization/deserialization #346

Open
milyin opened this issue Oct 1, 2024 · 1 comment
Open

disable VarInt serialization/deserialization #346

milyin opened this issue Oct 1, 2024 · 1 comment
Labels
release Part of the next release

Comments

@milyin
Copy link
Contributor

milyin commented Oct 1, 2024

Describe the release item

Other bindings doesn't have VarInt support. Until we have full support of this type we should not allow to write it in Python

The default type for integer values should be "i32" - this matches defaults in C language (except ancient ones with int = i16, but that's not a big issue)

@milyin milyin added the release Part of the next release label Oct 1, 2024
@milyin
Copy link
Contributor Author

milyin commented Oct 2, 2024

Fixes in #348, #348

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Part of the next release
Projects
Status: No status
Development

No branches or pull requests

1 participant