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

fix: correct wrong endianness #82

Merged
merged 4 commits into from
Apr 15, 2024
Merged

fix: correct wrong endianness #82

merged 4 commits into from
Apr 15, 2024

Conversation

zeapoz
Copy link
Member

@zeapoz zeapoz commented Apr 8, 2024

No description provided.

Previously we would `panic!` when trying to retrieve the value for a
missing key, but as it turns out initial inserts can actually contain
operation like `Add` and `Sub`. In those cases it's expected that the
value should be added to 0.
Copy link
Collaborator

@vbar vbar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

successfully parsing Boojum data

@zeapoz zeapoz merged commit 2cc3814 into main Apr 15, 2024
4 checks passed
@zeapoz zeapoz deleted the fix/wrong-endianness branch April 15, 2024 08:02
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