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

Change: Rename and consolidate all bits readers and writers. #326

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

tobbee
Copy link
Collaborator

@tobbee tobbee commented Feb 18, 2024

This is quite a big change of the bits package in order to make readers and writers aligned and have much better test coverage.

  • Make all reader and writer use "accumulated" error.
  • Remove versions that did not use accumulated error. Remove AccError from all names.
  • Improve testing by making all tests black-box.
  • Increase test coverage substantially.
  • Make all bits test black-box.
    *Export bits.Mask().

…late error.

Make all reader and writer use "accumulated" error.
Remove versions that did not use accumulated error.
Remove AccError from all names.
Improve testing by making all tests black-box.
Increase test coverage substantially.
Make all bits test black-box.
Export bits.Mask().
@tobbee tobbee merged commit caf8856 into master Feb 19, 2024
7 checks passed
@tobbee tobbee deleted the improve-bits branch February 19, 2024 11:27
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.

1 participant