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

Huge numbers for dice #472

Merged
merged 150 commits into from Mar 29, 2024
Merged

Huge numbers for dice #472

merged 150 commits into from Mar 29, 2024

Conversation

ianfhunter
Copy link
Owner

@ianfhunter ianfhunter commented Mar 23, 2024

Description

⬆️ Increase size of dice allowed by: 1d2147483647 ->1d9223372036854775807
🦺 Start to catch over/underflow issues

How Has This Been Tested

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Test Coverage (Additional test(s) without any extra code)
  • Documentation Improvements
  • Code Quality / Maintenance

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation & I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I give my permission for my code to be used in this project under this license and any future license terms

ianfhunter and others added 8 commits March 23, 2024 16:56
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
This commit fixes the style issues introduced in b91775b according to the output
from Autopep8, Black, Go fmt, Gofumpt, isort and Yapf.

Details: #472
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
This commit fixes the style issues introduced in bf8f6a3 according to the output
from Autopep8, Black, Go fmt, Gofumpt, isort and Yapf.

Details: #472
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
@github-actions github-actions bot added the core label Mar 23, 2024
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
deepsource-autofix bot and others added 6 commits March 29, 2024 10:59
This commit fixes the style issues introduced in 7365bee according to the output
from Autopep8, Black, Go fmt, Gofumpt, isort and Yapf.

Details: #472
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
This commit fixes the style issues introduced in 346fe6d according to the output
from Autopep8, Black, Go fmt, Gofumpt, isort and Yapf.

Details: #472
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
ianfhunter and others added 15 commits March 29, 2024 11:15
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
This commit fixes the style issues introduced in 85e22cf according to the output
from Autopep8, Black, Go fmt, Gofumpt, isort and Yapf.

Details: #472
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
This commit fixes the style issues introduced in 598b67c according to the output
from Autopep8, Black, Go fmt, Gofumpt, isort and Yapf.

Details: #472
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Signed-off-by: Ian Hunter <ianfhunter@gmail.com>
Copy link

sonarcloud bot commented Mar 29, 2024

@ianfhunter ianfhunter changed the title [WIP] Huge numbers Huge numbers for dice Mar 29, 2024
@ianfhunter ianfhunter merged commit b5949f1 into main Mar 29, 2024
37 checks passed
@ianfhunter ianfhunter deleted the huge_numbers branch March 29, 2024 12:47
ianfhunter added a commit that referenced this pull request Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant