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

Properly shift the value accumulator for LE when pushing. #1

Merged
merged 1 commit into from
Sep 27, 2017

Conversation

tobz
Copy link
Contributor

@tobz tobz commented Sep 27, 2017

This was causing a bug where the value was being shifted itself, and then pushed on top of the existing value, but only for LittleEndian; BigEndian was properly implemented.

This was causing a bug where the value was being shifted itself, and
then pushed on top of the existing value, but only for LittleEndin;
BigEndian was properly implemented.
@tobz tobz changed the title Properly shift the value accumlator for LE when pushing. Properly shift the value accumulator for LE when pushing. Sep 27, 2017
@tuffy tuffy merged commit 53d2120 into tuffy:master Sep 27, 2017
@tobz
Copy link
Contributor Author

tobz commented Sep 28, 2017

@tuffy Thanks for merging this so fast! Any chance of pushing to crates.io?

@tobz
Copy link
Contributor Author

tobz commented Sep 28, 2017

Wups, sorry: just realized you already did this. :)

Thanks again!

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.

2 participants