Open tansanchian opened 1 week ago
Thank you for the bug report!
This is integer overflow.
Current error handling ensures the app remains functional and intuitive for regular users. Inputting large or extreme values like these falls under scenarios of deliberate user sabotage, which are not covered as bugs within the current scope.
The improvement would be a potential enhancement but does not align with the current priorities of ensuring usability for common, real-world cases.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
It is stated that the error message will be changed to "Index must be a positive integer" in future enhancement, instead of "Index must be a positive number". However, for large positive integers given, the given error message "Index must be a positive integer" will not be appropriate too.