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

Update BitVec to 1.0 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update BitVec to 1.0 #3

wants to merge 1 commit into from

Conversation

CJKay
Copy link

@CJKay CJKay commented Jul 23, 2022

This PR does what it says on the tin - BitVec is updated to the stabilised API. The bit storage and bit order type parameters have been swapped to match the upstream BitVec style (bit store type first, then bit order), and modified/removed unstable BitVec API calls have been replaced with their stable versions. All tests pass.

This change doesn't add or remove anything; it just
migrates the code-base to the stable BitVec API.
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.

None yet

1 participant