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

Add check for Counter that {Int/Long}.MIN_VALUE be perfectly divisible by incrementBy #9

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

05nelsonm
Copy link
Member

Closes #8

@05nelsonm 05nelsonm self-assigned this Jan 14, 2025
@05nelsonm 05nelsonm force-pushed the issue/8-fix-counter branch from a91307b to 41045a3 Compare January 14, 2025 12:04
@05nelsonm 05nelsonm force-pushed the issue/8-fix-counter branch from 41045a3 to e7b62e4 Compare January 14, 2025 12:09
@05nelsonm 05nelsonm changed the title Add requirement that incrementBy be perfectly divisible into Number.MIN_VALUE Add check for Counter that {Int/Long}.MIN_VALUE be perfectly divisible by incrementBy Jan 14, 2025
Copy link
Member Author

@05nelsonm 05nelsonm left a comment

Choose a reason for hiding this comment

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

.

@05nelsonm 05nelsonm merged commit 3a8db91 into master Jan 14, 2025
15 checks passed
@05nelsonm 05nelsonm deleted the issue/8-fix-counter branch January 14, 2025 12:24
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.

Counter broken if {Int/Long}.MIN_VALUE % incrementBy != 0
1 participant