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 give-up case in ModulusRemainder #8221

Merged
merged 1 commit into from
May 15, 2024

Conversation

abadams
Copy link
Member

@abadams abadams commented May 14, 2024

A default-constructed ModulusRemainder means no information, which is what we want here. ModulusRemainder{0, 1} means the constant one!

A default-constructed ModulusRemainder means no information, which is
what we want here. ModulusRemainder{0, 1} means the constant one!
Copy link
Contributor

@steven-johnson steven-johnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops

@steven-johnson steven-johnson self-requested a review May 14, 2024 23:00
@steven-johnson
Copy link
Contributor

Failures are unrelated, landing

@steven-johnson steven-johnson merged commit 16d77e9 into main May 15, 2024
16 of 19 checks passed
@steven-johnson steven-johnson deleted the abadams/fix_modulus_remainder_overflow branch May 15, 2024 17:43
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