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

(write|read)VarInt instead of (write|read)Int #771

Merged
merged 2 commits into from Aug 7, 2017
Merged

(write|read)VarInt instead of (write|read)Int #771

merged 2 commits into from Aug 7, 2017

Conversation

KronicDeth
Copy link
Owner

@KronicDeth KronicDeth commented Aug 4, 2017

Fixes #767

Changelog

Enhancements

  • Guard against read/write mismatch in stubs

Bug Fixes

  • The lower-level Data(Output|IntputStream (write|read)Int don't work correctly with sizes, so use the JetBrains (write|read)VarInt ones instead.

@KronicDeth KronicDeth added this to the v6.0.0 milestone Aug 4, 2017
@KronicDeth KronicDeth self-assigned this Aug 4, 2017
The lower-level Data(Output|IntputStream (write|read)Int don't work
correctly with sizes, so use the JetBrains (write|read)VarInt ones
instead.

All stub versions needed to be incremented to account for this change,
so a full reindex will trigger on install.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant