-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[V3 Config] Overflow error #2091
Labels
Closed: Won't Fix
It's supposed to be this way or we're not interested in fixing this. There's probably a good reason.
Type: Bug
Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
Comments
palmtree5
added
Type: Bug
Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
V3
labels
Sep 3, 2018
Tobotimus
added
Category: Docs - Other
This is related to documentation that doesn't have its dedicated label.
Status: Accepted
We want this
and removed
Category: Docs - Other
This is related to documentation that doesn't have its dedicated label.
labels
Sep 7, 2018
Tobotimus
added a commit
to Tobotimus/Red-DiscordBot
that referenced
this issue
Oct 9, 2018
Resolves Cog-Creators#2091. This doesn't fix every OverflowError with MongoDB; but at least the seemingly easiest one to achieve with core cogs. Signed-off-by: Toby Harradine <[email protected]>
Tobotimus
added
Status: In Progress
There's a PR open to deal with this, or an org member is working on this internally
and removed
Status: Accepted
We want this
labels
Oct 9, 2018
Tobotimus
added a commit
that referenced
this issue
Oct 15, 2018
Resolves #2091. This doesn't fix every OverflowError with MongoDB; but at least the seemingly easiest one to achieve with core cogs. Signed-off-by: Toby Harradine <[email protected]>
Mostly resolved by #2211, but this can stay open until we actually put a safeguard in config for this. |
Tobotimus
added
Status: Accepted
We want this
and removed
Status: In Progress
There's a PR open to deal with this, or an org member is working on this internally
labels
Oct 15, 2018
Tobotimus
added
Closed: Won't Fix
It's supposed to be this way or we're not interested in fixing this. There's probably a good reason.
and removed
Status: Accepted
We want this
labels
Feb 6, 2019
Gonna close this, marking as wontfix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Closed: Won't Fix
It's supposed to be this way or we're not interested in fixing this. There's probably a good reason.
Type: Bug
Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
Other bugs
What were you trying to do?
bank set <some integer greater than 2^63-1>
What were you expecting to happen?
The credits to be set to the specified integer.
What actually happened?
How can we reproduce this issue?
Have a mongodb backend and store a config value larger than 2^63-1 (9223372036854775807).
The text was updated successfully, but these errors were encountered: