-
Notifications
You must be signed in to change notification settings - Fork 490
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
Made bounded-int div_rem rhs - non-zero. #5713
Conversation
why did you change it? Code quote: | !rhs_range.lower.is_positive() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 3 files at r1.
Reviewable status: all files reviewed (commit messages unreviewed), 1 unresolved discussion (waiting on @orizi)
1660595
to
0fd2d46
Compare
ce4451a
to
c5ca564
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed (commit messages unreviewed), 1 unresolved discussion (waiting on @ilyalesokhin-starkware)
crates/cairo-lang-sierra/src/extensions/modules/bounded_int.rs
line 168 at r1 (raw file):
Previously, ilyalesokhin-starkware wrote…
why did you change it?
because the range now may include 0 - it just also must be NonZero.
c7cbba2
to
78dd1b9
Compare
Suggestion: // Supporting only division of a non-negative number by a positive number (non zero and
// non negative). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @orizi)
78dd1b9
to
db8aa7f
Compare
commit-id:170bf0ef
db8aa7f
to
8399abd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed all commit messages.
Reviewable status: 2 of 3 files reviewed, all discussions resolved (waiting on @orizi)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 2 of 3 files reviewed, all discussions resolved (waiting on @orizi)
Stack:
This change is