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

Remove extra "reader.advance" from deserialize_any F16 parsing. #31

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

brusshamilton
Copy link
Contributor

This fixes issue #29 by removing an extra reader.advance call in deserialize_any that was causing F16 parsing to fail.

The extra advance call was causing F16 parsing to fail since the F16 code also checks the leading byte (see issue quininer#29).
@brusshamilton brusshamilton marked this pull request as ready for review August 16, 2024 18:42
@quininer quininer merged commit c13214e into quininer:master Aug 17, 2024
2 checks passed
@quininer
Copy link
Owner

Thank you!

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