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

Updated bits index function, encodings tests, test cases #59

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

kkowalski
Copy link
Contributor

Motivation

Index function on Bits was acting like LittleEndian and not preserving the bit pattern over entire sequence.
We're missing tests to prove correctness of our many representation conversions.

Solution

Preserving bit pattern over conversion from Bits to EncodedBits.
Adding tests asserting bit patterns in serializations and deserializations code points.

@kkowalski kkowalski requested a review from a team as a code owner February 27, 2024 10:08
@kkowalski kkowalski requested a review from a team February 27, 2024 10:08
Copy link
Contributor

@Dzejkop Dzejkop left a comment

Choose a reason for hiding this comment

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

LGTM

@kkowalski kkowalski merged commit d3ea93f into main Feb 27, 2024
6 checks passed
@kkowalski kkowalski deleted the encodings-decodings branch February 27, 2024 10:29
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