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

pkg/hintrunner/zero: fix nn isoutofrange hint #213

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

quasilyte
Copy link
Contributor

It's -a - 1 < rc_bound, not just a < rc_bound. Due to a copy/paste mistake, a computed lhs (-a - 1) was never used.

Tests are adjusted, some clarifying comments are added.

It's `-a - 1 < rc_bound`, not just `a < rc_bound`.
Due to a copy/paste mistake, a computed `lhs` (`-a - 1`) was never used.

Tests are adjusted, some clarifying comments are added.
@quasilyte quasilyte requested a review from cicr99 February 23, 2024 14:49
@cicr99 cicr99 merged commit 7499b48 into main Feb 26, 2024
4 checks passed
@cicr99 cicr99 deleted the quasilyte_fix_is_nn_out_of_range_hint branch February 26, 2024 00:59
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