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

Incorrect handling of end index in BitVec::extend_from_within #257

Open
korrat opened this issue Dec 12, 2023 · 0 comments
Open

Incorrect handling of end index in BitVec::extend_from_within #257

korrat opened this issue Dec 12, 2023 · 0 comments

Comments

@korrat
Copy link

korrat commented Dec 12, 2023

I'm trying to repeat a part of a BitVec using extend_from_within(..). However, this fails with an error at runtime, due to normalization of range bounds, I believe. The error says index 8 out of range: Excluded(8).

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

No branches or pull requests

1 participant