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 bitvector type sharing in extract and use hasheq #207

Merged
merged 1 commit into from
Nov 18, 2021

Conversation

sorawee
Copy link
Collaborator

@sorawee sorawee commented Nov 18, 2021

extract seems to unintentionally de-share bitvector types. This PR
makes the types shared properly again.

The hasheq change is technically backward-incompatible for programs that use
(bitvector 2^64), but I really hope no one does that in practice.

extract seems to unintentionally de-shares bitvector types. This PR
makes the types shared properly again.

The hasheq change is technically backward-incompatible for programs that use
(bitvector 2^64), but I really hope no one does that in practice.
@emina emina merged commit c6e8dbc into emina:master Nov 18, 2021
@emina
Copy link
Owner

emina commented Nov 18, 2021

Good catch! Fixnum bits is enough bits in practice :))

@sorawee sorawee deleted the fix-bitvector branch November 18, 2021 23:15
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