Jellybeano / pe

0 stars 0 forks source link

addm misleading error message #4

Open Jellybeano opened 3 years ago

Jellybeano commented 3 years ago

The error message states that the index provided is not an integer when it is simply a very large integer

image.png

nus-pe-bot commented 3 years ago

Team's Response

The error message is correct. 1000000000000 is not a non-zero unsigned integer. Recall that the max integer is 2147483647.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: theoretically, 1000000000000 is an integer.